This is a WIP project for learning Rust and OS development.
It is based on the Writing an OS in Rust blog series in addition to the OSDev Wiki.
- Freestanding Rust skeleton
- VGA printing module & macros
To run this project, you will need the following:
- Rust nightly
qemu-system-x86_64
To build the project, run the following command:
$ cargo build
To run the project, run the following command:
$ cargo run