Skip to main content

PAGE_SIZE

Constant PAGE_SIZE 

Source
pub const PAGE_SIZE: usize = 4096;
Expand description

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