totos/README.md
2025-08-27 00:38:35 +02:00

14 lines
222 B
Markdown

### ABOUT
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:
```cargo run```