![]() |
Max OS 0.3
|
Struct for a page map level (PML4, PDPT, PD, PT) More...
#include <physical.h>
Public Attributes | |
| pte_t | entries [512] |
| The entries in this page map level. If it is a PT then these are page table entries, otherwise they are pointers to the next level. Indexed by the relevant bits in the virtual address. | |
Struct for a page map level (PML4, PDPT, PD, PT)
Definition at line 85 of file physical.h.
| pte_t MaxOS::memory::PageMapLevel::entries[512] |
The entries in this page map level. If it is a PT then these are page table entries, otherwise they are pointers to the next level. Indexed by the relevant bits in the virtual address.
Definition at line 87 of file physical.h.