VirtIO guest drivers in Rust. For no_std environment. fork from rcore-os

Runji Wang 6c5c8e281e fix for nightly-2021-03-01 and OpenSBI 0.8 4 years ago
.github 3d5e8e0007 setup GitHub Actions 5 years ago
examples 6c5c8e281e fix for nightly-2021-03-01 and OpenSBI 0.8 4 years ago
src 6c5c8e281e fix for nightly-2021-03-01 and OpenSBI 0.8 4 years ago
.gitignore 3c9b8265a9 init: move virtio-blk from rCore 5 years ago
Cargo.toml 3c9b8265a9 init: move virtio-blk from rCore 5 years ago
LICENSE 6c88bcf3ed add simple README and LICENSE 5 years ago
README.md 6c5c8e281e fix for nightly-2021-03-01 and OpenSBI 0.8 4 years ago

README.md

VirtIO-drivers-rs

CI

VirtIO guest drivers in Rust. For no_std + no_alloc environment.

Components

Device Status
Queue
Block
Net
GPU
Input
... ❌ Not implemented

Examples & Tests