Static KERNEL_PAGE_TABLE

Source
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.