A prototype RISC-V operating system written in Rust that supports kernel Wasm modules.
Supports:
- RISC-V (ISA:
riscv64gcv_zba_zbb_zbs, ABI:lp64d) - Wasm (ISA:
wasm32)
Required:
- Rust bare-metal RISC-V toolchain
- Rust Wasm toolchain
- QEMU
Run cargo build --locked --release && ./scripts/qemu.sh
Thanks to: