16 lines
275 B
Markdown
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
|
|
```
|