Zhouqi Jiang 0837da8fc3 spec: prepare to release `sbi-spec` version 0.0.8 1 month ago
..
.cargo 330e995922 lib: move `sbi-rt` code from rustsbi/sbi-rt repo to rustsbi/rustsbi 10 months ago
src 25418e00e5 rt: small documentation fix on `pmu_snapshot_set_shmem` 1 month ago
.gitignore 330e995922 lib: move `sbi-rt` code from rustsbi/sbi-rt repo to rustsbi/rustsbi 10 months ago
CHANGELOG.md aae21f2f79 rt: re-export CounterMask for `sbi-rt` and `rustsbi` 1 month ago
Cargo.toml 0837da8fc3 spec: prepare to release `sbi-spec` version 0.0.8 1 month ago
LICENSE-MIT 330e995922 lib: move `sbi-rt` code from rustsbi/sbi-rt repo to rustsbi/rustsbi 10 months ago
LICENSE-MULAN 330e995922 lib: move `sbi-rt` code from rustsbi/sbi-rt repo to rustsbi/rustsbi 10 months ago
README.md 9acff1a98b lib: RustSBI supports RISC-V SBI 2.0 ratified 10 months ago
README_EN.md 9acff1a98b lib: RustSBI supports RISC-V SBI 2.0 ratified 10 months ago

README.md

# sbi-rt

crates.io Documentation License

为特权软件提供 RISC-V 特权二进制接口(Supervisor Binary Interface)的运行时库。

2.0 标准各章节的实现情况:

  • §3
  • §4
  • §5
  • §6
  • §7
  • §8
  • §9
  • §10
  • §11
  • §12
  • §13
  • §14
  • §15
  • §16