설명 없음

luojia65 2844916511 Small fix on changelog 4 년 전
platform 2844916511 Small fix on changelog 4 년 전
rustsbi 4f72e595ed SRST (reset) & HSM (hart state) extension support 4 년 전
.gitignore df953fa608 Update .gitignore 4 년 전
CHANGELOG.md 2844916511 Small fix on changelog 4 년 전
Cargo.toml ec76a35b57 4 년 전
LICENSE-MIT 183f19ea5e Update licence; update readme 4 년 전
LICENSE-MULAN 183f19ea5e Update licence; update readme 4 년 전
README.md d1f8967a49 Small fix 4 년 전

README.md

crates.io

RustSBI

RISC-V Supervisor Binary Interface implementation in Rust; runs on M-mode.

Binary downloads

See releases.

Binaries are available for platforms which can be found on platform support page.

Features

  • Functional operating system runtime
  • Adapted to RISC-V SBI specification v0.2
  • Good support for unix-like operating systems
  • Written in Rust
  • Alternative to OpenSBI with most of its function
  • Supports QEMU emulator (priv. spec v1.11)
  • Backward compatible to privileged spec v1.9
  • Supports Kendryte K210 with MMU and S-Mode

Talks and documents

This project is originally a part of rCore Summer of Code 2020 activities, now it is capable of running rCore-Tutorial and other OS kernels on wide supported RISC-V devices.

Blog article (Chinese):

Slides (Chinese):

Notes on platform implementation

  1. RustSBI can be used as a library. Under normal circumstances, RustSBI platform can be implemented with embedded Rust's embedded-hal libraries.
  2. On both QEMU and K210 platform, we supports CLINT and PLIC peripherals. Embedded Rust's community still need more SoCs taped out to discuss on common libraries on RISC-V ecosystem. After these works are done, we may use crates then to implement QEMU, without the hal module we have now.
  3. Contributions are welcomed! We welcome to implement RustSBI for both FPGA cores and real cores. Fire a pull request if you are ready!

License

This project is licensed under either of