My ramblings in the world of OS development using the Rust programming language.
- Rust, installed using https://www.rustup.rs
- Xargo
- xorriso
- autoconf
- automake
Build the cross-compiler toolchain and GRUB using:
./build_tools.sh
Use the latest nightly build of rust:
rustup override add nightly
- Philipp Oppermann's Writing an OS in Rust series of blog posts
- Eric Kidd's Bare Metal Rust blog posts