mirror of https://github.com/kholia/OSX-KVM.git
Merge ae5cacd312
into 6cf56dd2d1
This commit is contained in:
commit
6a5bfc326a
|
@ -97,9 +97,12 @@ processors work just fine (even for macOS Sonoma).
|
||||||
To make this change permanent, you may use the following command.
|
To make this change permanent, you may use the following command.
|
||||||
Use `lscpu` if you are not sure.
|
Use `lscpu` if you are not sure.
|
||||||
|
|
||||||
|
* For Intel CPU
|
||||||
```
|
```
|
||||||
sudo cp kvm.conf /etc/modprobe.d/kvm.conf # for intel boxes only
|
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
|
sudo cp kvm_amd.conf /etc/modprobe.d/kvm.conf # for amd boxes only
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue