Operation System Written in Rust Language
-
Install Rust Nightly
-
Install QEMU
-
For running
bootimage
and building the bootloader, you need to have thellvm-tools-preview
rustup component installed. You can do so by executingrustup component add llvm-tools-preview
-
Clone the LUUP source code .
-
Run
cargo bootimage
to build bootable disk image.