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

Runji Wang 6f932d0b16 move virtio-net from rCore пре 5 година
.github 3d5e8e0007 setup GitHub Actions пре 5 година
examples 6f932d0b16 move virtio-net from rCore пре 5 година
src 6f932d0b16 move virtio-net from rCore пре 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 6f932d0b16 move virtio-net 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

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

Examples & Tests