KCodeSet: Difference between revisions
No edit summary |
Update KBlockInfo data for KCodeSet |
||
Line 71: | Line 71: | ||
| 0x8 | | 0x8 | ||
| u32 | | u32 | ||
| | | KBlockInfo count for section | ||
|- | |- | ||
| 0xC | | 0xC | ||
Line 81: | Line 81: | ||
| Pointer to KLinkedListNode that holds a pointer to the last KBlockInfo object for that section | | Pointer to KLinkedListNode that holds a pointer to the last KBlockInfo object for that section | ||
|} | |} | ||
Sections where there isn't a large enough memory block available will be split into with multiple memory blocks with a KBlockInfo class for each. |