67233c9102
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
238 B
TOML
12 lines
238 B
TOML
#TODO: IOMMU daemon — needs hardware validation with QEMU amd-iommu device
|
|
# Provides scheme:iommu for DMA remapping and device isolation.
|
|
|
|
[source]
|
|
path = "source"
|
|
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"redox-driver-sys",
|
|
]
|