RomFS: Difference between revisions

Neimod (talk | contribs)
No edit summary
Neimod (talk | contribs)
No edit summary
Line 38: Line 38:
| 0x08
| 0x08
| 0x4
| 0x4
| Size of master hashes
| Level 1 size
|-
|-
|  0x14
|  0x14
Line 58: Line 58:
|  0x44
|  0x44
|  0x4
|  0x4
Main (1st) content size
Level 3 size
|-
|-
|  0x4C
|  0x4C
Line 73: Line 73:
|}
|}


level1offset = align(0x5C, 8).
level1offset = align(0x5C, 8).
level2offset = align(Level1offset, level1blocksize).
level3offset = align(Level1offset, level1blocksize).
 


The block hash from the header hashes the second block at 0x2000.
The block hash from the header hashes the second block at 0x2000.