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

Andrew Walbran 93f821cf2c Cleanup (#10) 2 éve
.github 3d5e8e0007 setup GitHub Actions 5 éve
examples 93f821cf2c Cleanup (#10) 2 éve
src 93f821cf2c Cleanup (#10) 2 éve
.gitignore 3c9b8265a9 init: move virtio-blk from rCore 5 éve
Cargo.toml 2aaf7d60c5 Support virtio-input config select and subsel 3 éve
LICENSE 6c88bcf3ed add simple README and LICENSE 5 éve
README.md 1d8bb3fcff Add VirtIOInput::pop_pending_event(), don't pass event_buf in. 3 éve

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