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

Andrew Walbran c8c26e3905 Have transport wrap non-null pointer. 2 년 전
.github 4ee80e50ba Add tests for VirtQueue (#12) 2 년 전
examples b33bd5c3b3 Support modern as well as legacy MMIO devices in example. 2 년 전
src c8c26e3905 Have transport wrap non-null pointer. 2 년 전
.gitignore 3c9b8265a9 init: move virtio-blk from rCore 5 년 전
Cargo.toml 2aaf7d60c5 Support virtio-input config select and subsel 3 년 전
LICENSE 6c88bcf3ed add simple README and LICENSE 5 년 전
README.md 1d8bb3fcff Add VirtIOInput::pop_pending_event(), don't pass event_buf in. 3 년 전

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