zodiac 0.1.0

Rust OS framework that offers safe interfaces for kernel development
Documentation
1
2
3
4
5
6
7
mod process;
mod scheduler;
mod thread;

pub use process::*;
pub use scheduler::*;
pub use thread::*;