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

Yifan Wu f30d4268b7 Remove stablized feature 'renamed_spin_loop' il y a 3 ans
.github 3d5e8e0007 setup GitHub Actions il y a 5 ans
examples 6c5c8e281e fix for nightly-2021-03-01 and OpenSBI 0.8 il y a 4 ans
src f30d4268b7 Remove stablized feature 'renamed_spin_loop' il y a 3 ans
.gitignore 3c9b8265a9 init: move virtio-blk from rCore il y a 5 ans
Cargo.toml 2aaf7d60c5 Support virtio-input config select and subsel il y a 3 ans
LICENSE 6c88bcf3ed add simple README and LICENSE il y a 5 ans
README.md 1d8bb3fcff Add VirtIOInput::pop_pending_event(), don't pass event_buf in. il y a 3 ans

README.md

VirtIO-drivers-rs

CI

VirtIO guest drivers in Rust. For no_std environment.

Components

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

Examples & Tests