- rust dev environment (rustc, cargo, rustup)
- qemu
Install with rustup component add <component>
:
- rust-src
- llvm-tools-preview
Install with cargo install <crate>
:
- cargo-xbuild
- bootimage
This work is derived from blog_os by Philipp Oppermann.
Dual licensed Apache-2 and MIT. The user may use this software according to the terms of either of the two licenses.