Skip to content

Commit

Permalink
rustsbi-qemu: update rustsbi dependency to 0.2.0
Browse files Browse the repository at this point in the history
fix documents

Signed-off-by: luojia65 <[email protected]>
  • Loading branch information
luojia65 committed Feb 13, 2022
1 parent 7faa21b commit 9d3299c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# QEMU support using RustSBI
# QEMU support from RustSBI

RustSBI is designed as a library to craft a bootable binary or ELF file. However, QEMU provides us a way to load ELF
file and implement simple SBI directly, thus RustSBI provides a bootable ELF file for this platform.

## Try it out!

Compile and run with:

Expand Down

0 comments on commit 9d3299c

Please sign in to comment.