RomFS: Difference between revisions
No edit summary |
No edit summary |
||
Line 60: | Line 60: | ||
| Main (1st) content size | | Main (1st) content size | ||
|- | |- | ||
| | | 0x4C | ||
| 0x4 | | 0x4 | ||
| Level 3 block size, in log2. | | Level 3 block size, in log2. | ||
Line 72: | Line 72: | ||
| Second block hash | | Second block hash | ||
|} | |} | ||
level1offset = align(0x5C, 8). | |||
level2offset = 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. |