|
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.
|
Represents a single page table level (512 entries). More...
#include <page_table.h>

Data Fields | |
| page_table_entry_t | entries [PTRS_PER_TABLE] |
Represents a single page table level (512 entries).
| page_table_entry_t page_table_t::entries[PTRS_PER_TABLE] |
Array of page table entries.