File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ file and implement simple SBI directly, thus RustSBI provides a bootable ELF fil
5
5
6
6
## Try it out!
7
7
8
+ _ Note: we have discovered some issues on incompability by this project with QEMU 7.2.0.
9
+ If you are using this project on QEMU 7.x, it is temporarily required to revert to version 7.1.0.
10
+ You may get some help from documents of package manager software. For example, if you are using Homebrew,
11
+ try this [ link] ( https://shockerli.net/post/homebrew-install-formula-specific-version/ ) .
12
+ We thank to an anonymous contributor for pointing out this issue._
13
+
8
14
To prepare for environment, you should have Rust compiler and QEMU installed.
9
15
You may install Rust by [ rustup] ( https://rustup.rs ) or using vendor provided rustc and cargo packages.
10
16
To install QEMU, your may need to use package manager (e.g. apt, dnf etc.) from system distribution
You can’t perform that action at this time.
0 commit comments