Memory layout: Difference between revisions
| Line 148: | Line 148: | ||
| 0x0 | | 0x0 | ||
| 0x06000000(96MB) | | 0x06000000(96MB) | ||
| | | 0x06000000 | ||
| | | 0x00C00000 | ||
| | | 0x06C00000 | ||
| | | 0x01400000 | ||
|- | |- | ||
| 3 | | 3 | ||
| 0x0 | | 0x0 | ||
| 0x05000000(80MB) | | 0x05000000(80MB) | ||
| | | 0x05000000 | ||
| | | 0x01C00000 | ||
| | | 0x06C00000 | ||
| | | 0x01400000 | ||
|- | |- | ||
| 4 | | 4 | ||
| 0x0 | | 0x0 | ||
| 0x04800000(72MB) | | 0x04800000(72MB) | ||
| | | 0x04800000 | ||
| | | 0x02400000 | ||
| | | 0x06C00000 | ||
| | | 0x01400000 | ||
|- | |- | ||
| 5 | | 5 | ||
| 0x0 | | 0x0 | ||
| 0x02000000(32MB) | | 0x02000000(32MB) | ||
| | | 0x02000000 | ||
| | | 0x04C00000 | ||
| | | 0x06C00000 | ||
| | | 0x01400000 | ||
|- | |- | ||
| 6 | | 6 | ||
| Line 193: | Line 193: | ||
| | | | ||
|} | |} | ||
The SYSTEM mem-region size is calculated with: size = 0x08000000 - (APPLICATION_MEMREGIONSIZE + BASE_MEMREGIONSIZE). | |||
Support for type6/7 was [[NCCH/Extended Header|implemented]] in [[NS]] with [[8.0.0-18]], these aren't supported in the ARM11-kernel itself yet. | Support for type6/7 was [[NCCH/Extended Header|implemented]] in [[NS]] with [[8.0.0-18]], these aren't supported in the ARM11-kernel itself yet. | ||