sbi-rt icon indicating copy to clipboard operation
sbi-rt copied to clipboard

Simple RISC-V SBI runtime library; designated for supervisor use

Repository archived

This crate has been moved to repository rustsbi/rustsbi. Please direct issues and pull requests to the new repository.

sbi-rt

crates.io Documentation License

  • An English README

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

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

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