Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`