51f3c21121
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
15 lines
290 B
TOML
15 lines
290 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",
|
|
]
|
|
|
|
[package.files]
|
|
"/usr/lib/drivers/iommu" = "iommu"
|