This is a simple kernel written in Rust. It is based on the blog series Writing an OS in Rust.
To build the kernel, you can build the kernel using cargo
:
cargo build
You can run the kernel using cargo
:
cargo run
You can run the tests using cargo
:
cargo test