Operating system development following the Writing an OS in Rust series at os.phil-opp.com.
- Nightly rust toolchain:
rustup toolchain install nightly
- Binary bootimage crate:
cargo install bootimage
- Qemu
To build use cargo build
.
To run use cargo run
.
To run all tests use cargo test
.
This project is licensed under the terms of both the MIT license and the Apache license (Version 2.0).
See License-MIT and License-Apache for details.