pub const MAX_PAGE_SHIFT = switch (builtin.cpu.arch)
pub const MAX_PAGE_SHIFT = switch (builtin.cpu.arch) { .x86 => 12, .sparc64 => 13, }