RustOS is a kernel written in Rust for IA-32 architecture
sudo apt-get install curl nasm qemu
curl https://sh.rustup.rs -sSf | sh
echo source $HOME/.cargo/env >> ~/.bashrc
rustup override add nightly
cargo install xargo
rustup component add rust-src
make build
make run
make doc