pub const PAGE_SIZE: usize = 4096;
Cap-level page size. Mirrors the architecture’s 4 KiB page (must match nub_arch_x86::paging::PAGE_SIZE for direct PT mapping to work).
nub_arch_x86::paging::PAGE_SIZE