kurumi
1.0.0
kurumi is a toy os implemented in Rust. It is an experimental project.
It depends on Rust nightly, Xargo, nasm, xorriso, qemu.
In debian
$ apt-get install nasm
binutils
grub-common
xorriso
grub-pc-bin
qemu
$ cargo install xargo
$ rustup component add rust-src
$ make iso
$ make run
Linux kernel design and implementation
Linux kernel 0.11 full annotation
30-day homemade operating system
Stanford CS140e - Operating Systems
Writing an OS in Rust
Redox-kernel