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

Andrew Walbran 2d65226f65 Add blank lines between methods. 2 år sedan
.github 4ee80e50ba Add tests for VirtQueue (#12) 2 år sedan
examples 1581eae807 Use a safer approach to the HAL interface (#11) 2 år sedan
src 2d65226f65 Add blank lines between methods. 2 år sedan
.gitignore 3c9b8265a9 init: move virtio-blk from rCore 5 år sedan
Cargo.toml 2aaf7d60c5 Support virtio-input config select and subsel 3 år sedan
LICENSE 6c88bcf3ed add simple README and LICENSE 5 år sedan
README.md 1d8bb3fcff Add VirtIOInput::pop_pending_event(), don't pass event_buf in. 3 år sedan

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