Enable IOMMU

This commit is contained in:
madaidan
2019-06-23 18:38:50 +00:00
committed by GitHub
parent 07c6362f1a
commit 641407c8e9

View File

@ -0,0 +1,2 @@
# Enables IOMMU to prevent DMA attacks.
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX intel_iommu=on amd_iommu=on"