rustsbi / sbi-rt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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

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

About

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

License:MIT License


Languages

Language:Rust 100.0%