pub static KERNEL_PAGE_TABLE: Once<PageTable<KernelPtConfig>>
Expand description
The kernel page table instance.
It manages the kernel mapping of all address spaces by sharing the kernel part. And it is unlikely to be activated.
pub static KERNEL_PAGE_TABLE: Once<PageTable<KernelPtConfig>>
The kernel page table instance.
It manages the kernel mapping of all address spaces by sharing the kernel part. And it is unlikely to be activated.