RomFS: Difference between revisions
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
| 0x08 | | 0x08 | ||
| 0x4 | | 0x4 | ||
| | | Level 1 size | ||
|- | |- | ||
| 0x14 | | 0x14 | ||
Line 58: | Line 58: | ||
| 0x44 | | 0x44 | ||
| 0x4 | | 0x4 | ||
| | | Level 3 size | ||
|- | |- | ||
| 0x4C | | 0x4C | ||
Line 73: | Line 73: | ||
|} | |} | ||
level1offset = align(0x5C, 8). | level1offset = align(0x5C, 8). | ||
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. |