totos/README.md
2025-09-02 08:49:08 +02:00

22 lines
318 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
```
to run tests do:
```shell
cargo test
```