Skip to content

Commit 166cc0a

Browse files
committed
readme: rustsbi-qemu supports qemu 7.2.0
1 parent 43a0e68 commit 166cc0a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ 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 @ericliuhusky for pointing out this issue. (See [issue 48](https://github.com/rustsbi/rustsbi-qemu/issues/48))_
13-
148
To prepare for environment, you should have Rust compiler and QEMU installed.
159
You may install Rust by [rustup](https://rustup.rs) or using vendor provided rustc and cargo packages.
1610
To install QEMU, your may need to use package manager (e.g. apt, dnf etc.) from system distribution
@@ -134,7 +128,7 @@ You should build RustSBI-QEMU on nightly at least `rustc 1.66.0-nightly (a24a020
134128
This project is licensed under Mulan PSL v2.
135129

136130
```text
137-
Copyright (c) 2021-2022 RustSBI Team
131+
Copyright (c) 2021-2023 RustSBI Team
138132
RustSBI-QEMU is licensed under Mulan PSL v2.
139133
You can use this software according to the terms and conditions of the Mulan PSL v2.
140134
You may obtain a copy of Mulan PSL v2 at:

0 commit comments

Comments
 (0)