# virtio-drivers **Repository Path**: zevichen/virtio-drivers ## Basic Information - **Project Name**: virtio-drivers - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VirtIO-drivers-rs [![CI](https://github.com/rcore-os/virtio-drivers/workflows/CI/badge.svg?branch=master)](https://github.com/rcore-os/virtio-drivers/actions) VirtIO guest drivers in Rust. For **no_std** environment. ## Components | Device | Status | | -------- | ------------------- | | Queue | ✅ | | Block | ✅ | | Net | ✅ | | GPU | ✅ | | Input | ✅ | | Console | ✅ | | ... | ❌ Not implemented | ## Examples & Tests * x86_64 (TODO) * [RISCV](./examples/riscv)