someboot 0.1.17

Sparreal OS kernel
Documentation
1
2
3
4
#[cfg(not(feature = "hv"))]
pub const PAGE_OFFSET: usize = 0xffff_0000_0000_0000;
#[cfg(feature = "hv")]
pub const PAGE_OFFSET: usize = 0;