someboot 0.1.15

Sparreal OS kernel
Documentation
1
2
3
4
5
6
7
8
#[cfg(target_os = "none")]
include!(concat!(env!("OUT_DIR"), "/defines.rs"));

#[cfg(page_size_4k)]
pub const PAGE_SIZE: usize = 4096;

#[cfg(page_size_16k)]
pub const PAGE_SIZE: usize = 16384;