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
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-
148To prepare for environment, you should have Rust compiler and QEMU installed.
159You may install Rust by [ rustup] ( https://rustup.rs ) or using vendor provided rustc and cargo packages.
1610To 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
134128This project is licensed under Mulan PSL v2.
135129
136130``` text
137- Copyright (c) 2021-2022 RustSBI Team
131+ Copyright (c) 2021-2023 RustSBI Team
138132RustSBI-QEMU is licensed under Mulan PSL v2.
139133You can use this software according to the terms and conditions of the Mulan PSL v2.
140134You may obtain a copy of Mulan PSL v2 at:
You can’t perform that action at this time.
0 commit comments