This commit is contained in:
Geetansh Jangid 2025-08-16 16:19:39 +05:30 committed by GitHub
commit 6a5bfc326a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -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
```