YeLi-OS
-
Switch to nightly version of rust.
rustup override add nightly
-
Install some compiler components
cargo install cargo-binutils rustup component add rust-src llvm-tools-preview
-
Install QEMU
brew install qemu
-
Run
cd kernel && make run