### ABOUT trying to make a toy OS in rust following [this](https://os.phil-opp.com) ### HOWTO to run this just do: ``` cargo run ``` (ensure qemu is installed)