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

gjz010 1201a0b40c readme 4 anos atrás
.github 3d5e8e0007 setup GitHub Actions 5 anos atrás
examples 6f932d0b16 move virtio-net from rCore 5 anos atrás
src 1b58b72d83 added virtio-console support. 4 anos atrás
.gitignore 3c9b8265a9 init: move virtio-blk from rCore 5 anos atrás
Cargo.toml 3c9b8265a9 init: move virtio-blk from rCore 5 anos atrás
LICENSE 6c88bcf3ed add simple README and LICENSE 5 anos atrás
README.md 1201a0b40c readme 4 anos atrás

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

Examples & Tests