Files
RedBear-OS/local/recipes/system/iommu/recipe.toml
T
2026-04-14 10:50:42 +01:00

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"