starry-kernel 0.2.0-preview.1

Core kernel library for Starry OS, providing Linux-compatible syscall implementations
1
2
3
4
5
mod brk;
mod mincore;
mod mmap;

pub use self::{brk::*, mincore::*, mmap::*};