You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
.github/workflows | 3 years ago | |
examples/riscv | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
Cargo.toml | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago |
README.md
VirtIO-drivers-rs
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)