xv6-k210/bootloader/SBI/rustsbi-qemu
retrhelo 6ae1b0bb54 stop using uart functions 2021-03-18 22:07:22 +08:00
..
.cargo add rustsbi-qemu 2020-12-12 23:00:36 +09:00
src stop using uart functions 2021-03-18 22:07:22 +08:00
Cargo.toml update rustsbi-qemu to 0.1.1 version 2021-03-06 01:33:25 +09:00
README.md add readme for rustsbi and remove something 2021-03-06 01:39:34 +09:00
build.rs update rustsbi-qemu to 0.1.1 version 2021-03-06 01:33:25 +09:00
justfile update rustsbi-qemu to 0.1.1 version 2021-03-06 01:33:25 +09:00
link-qemu.ld update rustsbi-qemu to 0.1.1 version 2021-03-06 01:33:25 +09:00
rust-toolchain add rustsbi-qemu 2020-12-12 23:00:36 +09:00

README.md

RustSBI on QEMU

Ref: https://github.com/luojia65/rustsbi/tree/master/platform/qemu
This crate is the implementation of RustSBI on QEMU platform based on RustSBI 0.1.1 version.
More details in RustSBI.