updated README

This commit is contained in:
clizia 2025-08-26 23:49:05 +02:00
parent daec1c75bf
commit 177420c086

View file

@ -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)