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

Runji Wang 6c88bcf3ed add simple README and LICENSE 5 tahun lalu
.github 3d5e8e0007 setup GitHub Actions 5 tahun lalu
examples 1fc701f140 add a buggy riscv example 5 tahun lalu
src 74f1dc883e add some docs. fix FFI. 5 tahun lalu
.gitignore 3c9b8265a9 init: move virtio-blk from rCore 5 tahun lalu
Cargo.toml 3c9b8265a9 init: move virtio-blk from rCore 5 tahun lalu
LICENSE 6c88bcf3ed add simple README and LICENSE 5 tahun lalu
README.md 6c88bcf3ed add simple README and LICENSE 5 tahun lalu

README.md

VirtIO-drivers-rs

CI

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

🚧 Working In Progress. We are now moving code from rCore kernel to here.

Components

Module Status
Queue ⚠️ Not tested
Block ⚠️ Not tested
Net 🚧 TODO
GPU 🚧 TODO
Input 🚧 TODO
... ❌ Not implemented

Examples & Tests