A experimental superior kernel written in Rust
- QEMU
- A Rust nightly build
- e.g.
rustup toolchain install nightly
as per this page
- e.g.
To run the kernel in QEMU
cargo run
To run the tests
cargo test
To only build the image but not run it
cargo bootimage