totos/README.md
2025-08-26 23:49:05 +02:00

17 lines
225 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
```