This is a toy operating system I'm writing to learn more Rust and low-level development. This is an old attempt at this. The project is restarted here
To build and link the kernel run: make
, and to run it using qemu run: make run
This was made from a combination of the rust-barebones-kernel and Philipp Oppermann's amazing blog_os series