We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faa21b commit 9d3299cCopy full SHA for 9d3299c
README.md
@@ -1,4 +1,9 @@
1
-# QEMU support using RustSBI
+# 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!
7
8
Compile and run with:
9
0 commit comments