diff --git a/Linux/GPU Passthrough.md b/Linux/GPU Passthrough.md index 3b41c0e..c1c8f73 100644 --- a/Linux/GPU Passthrough.md +++ b/Linux/GPU Passthrough.md @@ -34,10 +34,14 @@ In my case, I get ## VFIO Module Options +### Arch + ```bash sudo vim /etc/modprobe.d/vfio.conf ``` +### Fedora + ```bash options vfio-pci ids=10de:28a0,10de:22be ```