Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 514 Bytes

File metadata and controls

10 lines (7 loc) · 514 Bytes

ChonkOS

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

Building

To build and link the kernel run: make, and to run it using qemu run: make run

Sources

This was made from a combination of the rust-barebones-kernel and Philipp Oppermann's amazing blog_os series