Difference between revisions of "NVer"
Jump to navigation
Jump to search
(Created page with "This CFA contains the below file in the RomFS. === version.bin === This 8-byte file contains some of the data used for displaying the system version in System Settings. {| ...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | This CFA contains the below file in the RomFS. | + | This [[NCCH#CFA|CFA]] contains the below file in the RomFS. |
=== version.bin === | === version.bin === | ||
− | This 8-byte file contains | + | 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[edit]
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 |