File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,6 @@ 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 @ericliuhusky for pointing out this issue. (See [ issue 48] ( https://github.com/rustsbi/rustsbi-qemu/issues/48 ) )_
13
-
14
8
To prepare for environment, you should have Rust compiler and QEMU installed.
15
9
You may install Rust by [ rustup] ( https://rustup.rs ) or using vendor provided rustc and cargo packages.
16
10
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
134
128
This project is licensed under Mulan PSL v2.
135
129
136
130
``` text
137
- Copyright (c) 2021-2022 RustSBI Team
131
+ Copyright (c) 2021-2023 RustSBI Team
138
132
RustSBI-QEMU is licensed under Mulan PSL v2.
139
133
You can use this software according to the terms and conditions of the Mulan PSL v2.
140
134
You may obtain a copy of Mulan PSL v2 at:
You can’t perform that action at this time.
0 commit comments