|
Kernelite 0.1.0
Kernelite is a minimalist, educational operating system kernel built from scratch. The project aims to recreate core components of the Linux architecture to explore the fundamentals of operating system design and hardware-software interaction.
|
A page of descriptors used to track live kmalloc() allocations. More...

Data Fields | |
| allocated_block_desc_t | page [MAX_MANAGEMENT_BLOCKS_PER_PAGE] |
| Descriptor slots stored in this page. | |
| struct kalloc_management_pages_t * | next_page |
| Next management page in the chain, or NULL. | |
A page of descriptors used to track live kmalloc() allocations.