diff --git a/README.md b/README.md index ae8f30a..1f8c5bd 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,12 @@ processors work just fine (even for macOS Sonoma). To make this change permanent, you may use the following command. Use `lscpu` if you are not sure. +* For Intel CPU ``` sudo cp kvm.conf /etc/modprobe.d/kvm.conf # for intel boxes only - + ``` +* For AMD CPU + ``` sudo cp kvm_amd.conf /etc/modprobe.d/kvm.conf # for amd boxes only ```