14 lines
166 B
Markdown
14 lines
166 B
Markdown
### ABOUT
|
|
|
|
trying to make a toy OS in rust following [this](https://os.phil-opp.com)
|
|
|
|
### HOWTO
|
|
|
|
to run this just do:
|
|
|
|
```
|
|
cargo run
|
|
```
|
|
|
|
(ensure qemu is installed)
|
|
|