Skip to content

Commit 9d3299c

Browse files
committed
rustsbi-qemu: update rustsbi dependency to 0.2.0
fix documents Signed-off-by: luojia65 <me@luojia.cc>
1 parent 7faa21b commit 9d3299c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# QEMU support using RustSBI
1+
# QEMU support from RustSBI
2+
3+
RustSBI is designed as a library to craft a bootable binary or ELF file. However, QEMU provides us a way to load ELF
4+
file and implement simple SBI directly, thus RustSBI provides a bootable ELF file for this platform.
5+
6+
## Try it out!
27

38
Compile and run with:
49

0 commit comments

Comments
 (0)