starry-kernel 0.7.7

A Linux-compatible OS kernel built on ArceOS unikernel
Documentation
1
2
3
4
5
6
7
8
9
mod brk;
mod mincore;
mod mmap;

#[cfg(axtest)]
pub(crate) use self::mincore::mincore_validation_rules_hold_for_test;
#[cfg(axtest)]
pub(crate) use self::mmap::mmap_capped_device_map_len_rules_hold_for_test;
pub use self::{brk::*, mincore::*, mmap::*};