totos/README.md
2025-08-25 01:49:41 +02:00

14 lines
166 B
Markdown

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