Following os.phil-opp.com. A simple kernel for x86_64.
cargo install cargo-xbuild
rustup component add rust-src
cargo install bootloader
rustup component add llvm-tools-preview
cargo bootimage
brew install qemu
cargo xbuild
cd os/ && cargo xrun
For all tests:
cargo xtest
For library tests:
cargo xtest --lib