totos/README.md
2025-08-27 00:41:30 +02:00

16 lines
275 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 install the [dependencies](#dependencies) and do:
```shell
cargo run
```