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