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

Runji Wang 16988b462d move virtio-input from rCore %!s(int64=5) %!d(string=hai) anos
.github 3d5e8e0007 setup GitHub Actions %!s(int64=5) %!d(string=hai) anos
examples 16988b462d move virtio-input from rCore %!s(int64=5) %!d(string=hai) anos
src 16988b462d move virtio-input from rCore %!s(int64=5) %!d(string=hai) anos
.gitignore 3c9b8265a9 init: move virtio-blk from rCore %!s(int64=5) %!d(string=hai) anos
Cargo.toml 3c9b8265a9 init: move virtio-blk from rCore %!s(int64=5) %!d(string=hai) anos
LICENSE 6c88bcf3ed add simple README and LICENSE %!s(int64=5) %!d(string=hai) anos
README.md 16988b462d move virtio-input from rCore %!s(int64=5) %!d(string=hai) anos

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
... ❌ Not implemented

Examples & Tests