Skip to content

Commit 8d7500e

Browse files
authored
readme: temporarily require QEMU 7.1.0
1 parent b51ba09 commit 8d7500e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ file and implement simple SBI directly, thus RustSBI provides a bootable ELF fil
55

66
## Try it out!
77

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+
814
To prepare for environment, you should have Rust compiler and QEMU installed.
915
You may install Rust by [rustup](https://rustup.rs) or using vendor provided rustc and cargo packages.
1016
To install QEMU, your may need to use package manager (e.g. apt, dnf etc.) from system distribution

0 commit comments

Comments
 (0)