updated README
This commit is contained in:
parent
daec1c75bf
commit
177420c086
1 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
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:
|
||||
|
@ -10,5 +15,3 @@ to run this just do:
|
|||
cargo run
|
||||
```
|
||||
|
||||
(ensure qemu is installed)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue