diff --git a/README.md b/README.md index fb00697..489428f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ trying to make a toy OS in rust following [this](https://os.phil-opp.com) +### DEPENDENCIES + +- qemu +- [cargo bootimage](https://github.com/rust-osdev/bootimage) + ### HOWTO to run this just do: @@ -10,5 +15,3 @@ to run this just do: cargo run ``` -(ensure qemu is installed) -