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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| .github/workflows | 4 years ago | |
| examples/riscv | 4 years ago | |
| src | 4 years ago | |
| .gitignore | 4 years ago | |
| Cargo.toml | 4 years ago | |
| LICENSE | 4 years ago | |
| README.md | 4 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)