A toy OS
rustup component add rust-src --toolchain nightly-x86_64-apple-darwin
cargo build
You might need to install certain components.
# Needed by bootloader crate
rustup component add llvm-tools-preview
cargo install bootimage
brew install qemu
cargo run
cargo test --lib