updated readme

This commit is contained in:
clizia 2025-08-25 01:49:41 +02:00
parent 2f8efad24a
commit daa95130d8

View file

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