https://github.com/rustsbi/sbi-spec
Definitions and constants in RISC-V Supervisor Binary Interface (RISC-V SBI)
https://github.com/rustsbi/sbi-spec
riscv rust
Last synced: about 1 year ago
JSON representation
Definitions and constants in RISC-V Supervisor Binary Interface (RISC-V SBI)
- Host: GitHub
- URL: https://github.com/rustsbi/sbi-spec
- Owner: rustsbi
- License: mit
- Archived: true
- Created: 2022-06-21T08:08:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T12:04:35.000Z (over 2 years ago)
- Last Synced: 2024-11-11T03:35:37.207Z (over 1 year ago)
- Topics: riscv, rust
- Language: Rust
- Homepage:
- Size: 88.9 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
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 标准的 Rust 实现
[](https://github.com/rustsbi/sbi-spec/actions)
[](https://crates.io/crates/sbi-spec)
[](https://github.com/rustsbi/sbi-spec/issues)
[](https://docs.rs/sbi-spec)

这个库用 Rust 实现了 [SBI 标准](https://github.com/riscv-non-isa/riscv-sbi-doc) 定义的常量和结构。
2.0-rc7 标准各章节的实现情况:
- §3
- [x] 常量
- [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
- [x] 常量