This commit is contained in:
Geetansh Jangid 2025-09-23 18:57:35 +08:00 committed by GitHub
commit f1e31fc00c
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
```