Nand:/sys/HWINFO S.dat: Difference between revisions

From DSiBrew
Jump to navigation Jump to search
Hallowizer (talk | contribs)
m Hallowizer moved page /sys/HWINFO S.dat to Nand:/sys/HWINFO S.dat: matching the sdk format
Hallowizer (talk | contribs)
format and filebrowser, also this thing is signed
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Seems to be the ''secure'' version of [[Nand/sys/HWINFO_N.dat]]. Contains an RSA signature for verifying that this file was issued by Nintendo.  
{{DISPLAYTITLE:nand:/sys/HWINFO_S.dat}}
{{stub}}
'''nand:/sys/HWINFO_S.dat''' is a file used by [[stage2]] to boot. It contains an RSA signature for verifying that this file was issued by Nintendo. The RSA header is similar to [[nand:/shared1/TWLCFG0.dat]] and [[nand:/sys/HWINFO_N.dat]].


{{stub}}
== Body format ==
{| class="wikitable"
! Start
! Length
! Description
|-
| 0x00
| 0x9
| Unknown
|-
| 0x09
| 0xe
| Serial number
|-
| 0x17
| 0x1
| Unknown
|-
| 0x18
| 0x4
| [[System Menu]] [[title ID]]
|}
 
{{Navbox filebrowser}}

Latest revision as of 05:41, 14 October 2022

nand:/sys/HWINFO_S.dat is a file used by stage2 to boot. It contains an RSA signature for verifying that this file was issued by Nintendo. The RSA header is similar to nand:/shared1/TWLCFG0.dat and nand:/sys/HWINFO_N.dat.

Body format

Start Length Description
0x00 0x9 Unknown
0x09 0xe Serial number
0x17 0x1 Unknown
0x18 0x4 System Menu title ID