KCodeSet: Difference between revisions
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
|- | |- | ||
| 0x0 | | 0x0 | ||
| | | [[KAutoObject]] | ||
| | | Base object | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| Line 60: | Line 56: | ||
|} | |} | ||
Sections too large to fit into any available memory blocks will be split across multiple memory blocks with a KBlockInfo class for each. This is described by the memory section info struct: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
| Line 76: | Line 72: | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| | | [[KLinkedList]] | ||
| KBlockInfo | | List of KBlockInfo objects for this section | ||
|} | |} | ||