An operating system and kernel developed with the Rust programming language, with an emphasis on usability for developers who use it.
- QEMU
rustup
To run the kernel in QEMU
cargo run
To run the tests
cargo test
cargo run -- --help
An operating system and kernel developed with the Rust programming language, with an emphasis on usability for developers who use it.
rustupTo run the kernel in QEMU
cargo run
To run the tests
cargo test
cargo run -- --help