diff --git a/README.md b/README.md index 16eedd4..fb00697 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ +### 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) +