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

Runji Wang d0af21a985 run cargo clippy 5 жил өмнө
.github 3d5e8e0007 setup GitHub Actions 5 жил өмнө
examples 226e8022a5 add DMA grant. add virtio-gpu test, but it seems crash. 5 жил өмнө
src d0af21a985 run cargo clippy 5 жил өмнө
.gitignore 3c9b8265a9 init: move virtio-blk from rCore 5 жил өмнө
Cargo.toml 3c9b8265a9 init: move virtio-blk from rCore 5 жил өмнө
LICENSE 6c88bcf3ed add simple README and LICENSE 5 жил өмнө
README.md 7e6521daad move virtio-gpu from rCore 5 жил өмнө

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
Block
Net 🚧 TODO
GPU ⚠️ Not tested
Input 🚧 TODO
... ❌ Not implemented

Examples & Tests