Add readme
This commit is contained in:
parent
2af8a31700
commit
1017949aeb
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# rCore Exercises
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
LOG=TRACE cargo build --release
|
||||||
|
```
|
||||||
|
|
||||||
|
## Run
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
qemu-system-riscv64 -machine virt -nographic -bios target/riscv64gc-unknown-none-elf/release/rustsbi-qemu.bin -device loader,file=target/riscv64gc-unknown-none-elf/release/os
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue