A simple OS written in Rust, following a series blog writing an OS in Rust. There are two version of this blog. Although the first edition is no longer update, I stiil follow the first edition because it cover some underlying implementation of the operating system.
- Compile bootloader.bin
make all
- Load bootloader.bin to iso image
make iso
- Run qemu
make run