Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leecannon/zig-sbi
Zig wrapper around the RISC-V SBI specification
https://github.com/leecannon/zig-sbi
opensbi osdev risc-v riscv riscv32 riscv64 sbi zig zig-package ziglang
Last synced: about 2 months ago
JSON representation
Zig wrapper around the RISC-V SBI specification
- Host: GitHub
- URL: https://github.com/leecannon/zig-sbi
- Owner: leecannon
- License: mit
- Created: 2022-03-03T23:01:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T18:07:23.000Z (11 months ago)
- Last Synced: 2024-10-05T14:53:04.820Z (2 months ago)
- Topics: opensbi, osdev, risc-v, riscv, riscv32, riscv64, sbi, zig, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 89.8 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - leecannon/zig-sbi - V SBI specification. (Embedded Development / Utility)
README
# zig-sbi
Zig wrapper around the RISC-V SBI specification
Implements SBI Specification v1.0.0
## How to get
### Gyro
`gyro add leecannon/sbi`
### Zigmod
`zigmod aq add 1/leecannon/sbi`
### Git
#### Submodule
`git submodule add https://github.com/leecannon/zig-sbi zig-sbi`
#### Clone
`git clone https://github.com/leecannon/zig-sbi`