KCodeSet: Difference between revisions
No edit summary |
No edit summary |
||
Line 52: | Line 52: | ||
| u64 | | u64 | ||
| Program ID | | Program ID | ||
|} | |||
Memory section info struct : | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Type | |||
! Description | |||
|- | |||
| 0x0 | |||
| u32 | |||
| Start address (virtual) | |||
|- | |||
| 0x4 | |||
| u32 | |||
| Total pages | |||
|- | |||
| 0x8 | |||
| u32 | |||
| ? (seems to always be 1) | |||
|- | |||
| 0xC | |||
| u32 | |||
| X ? (virtual address; seems to always be the same as Y) | |||
|- | |||
| 0x10 | |||
| u32 | |||
| Y ? (virtual address; seems to always be the same as X) | |||
|} | |} |