NVer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
=== version.bin === | === version.bin === | ||
This 8-byte file mainly contains the system revision number, for the version number displayed by [[System Settings]]. | This 8-byte file mainly contains the system revision number, for the version number displayed by [[System Settings]]. The rest of the data used for the system version is contained in [[CVer]]. | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
| Line 11: | Line 11: | ||
| 0x0 | | 0x0 | ||
| 0x1 | | 0x1 | ||
| | | Reserved | ||
|- | |- | ||
| 0x1 | | 0x1 | ||
| 0x1 | | 0x1 | ||
| | | Reserved | ||
|- | |- | ||
| 0x2 | | 0x2 | ||
| Line 23: | Line 23: | ||
| 0x3 | | 0x3 | ||
| 0x1 | | 0x1 | ||
| | | Reserved | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| Line 31: | Line 31: | ||
| 0x5 | | 0x5 | ||
| 0x3 | | 0x3 | ||
| | | Reserved | ||
|} | |} | ||
Latest revision as of 20:19, 26 September 2012
This CFA contains the below file in the RomFS.
version.bin
This 8-byte file mainly contains the system revision number, for the version number displayed by System Settings. The rest of the data used for the system version is contained in CVer.
| Offset | Size | Description |
|---|---|---|
| 0x0 | 0x1 | Reserved |
| 0x1 | 0x1 | Reserved |
| 0x2 | 0x1 | Revision version number, after the '-' |
| 0x3 | 0x1 | Reserved |
| 0x4 | 0x1 | ASCII character for the system version region |
| 0x5 | 0x3 | Reserved |