https://github.com/rustsbi/sbi-rt
Simple RISC-V SBI runtime library; designated for supervisor use
https://github.com/rustsbi/sbi-rt
risc-v rust sbi
Last synced: about 1 month ago
JSON representation
Simple RISC-V SBI runtime library; designated for supervisor use
- Host: GitHub
- URL: https://github.com/rustsbi/sbi-rt
- Owner: rustsbi
- License: mit
- Archived: true
- Created: 2022-06-20T10:54:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T12:10:20.000Z (over 1 year ago)
- Last Synced: 2024-08-02T08:06:47.276Z (10 months ago)
- Topics: risc-v, rust, sbi
- Language: Rust
- Homepage:
- Size: 86.9 KB
- Stars: 19
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Repository archived
This crate has been moved to repository [rustsbi/rustsbi](https://github.com/rustsbi/rustsbi). Please direct issues and pull requests to the new repository.
# sbi-rt
[](https://crates.io/crates/sbi-rt)
[](https://docs.rs/sbi-rt)
- [An English README](README_EN.md)
为特权软件提供 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