mirror of
https://github.com/kholia/OSX-KVM.git
synced 2026-02-04 04:53:35 +00:00
OSX-KVM - May 2021 Batch Update
Changes: - Fix CPUFAMILY_INTEL_PENRYN patch to support Big Sur 11.3 [thenickdude] - AMD GPU passthrough notes
This commit is contained in:
committed by
Dhiru Kholia
parent
ca219f57e5
commit
a1cd556d3a
12
README.md
12
README.md
@@ -83,6 +83,12 @@ Phenom II X3 720 does not. Ryzen processors work just fine.
|
||||
|
||||
This step may need to be adapted for your Linux distribution.
|
||||
|
||||
* Add user to the `kvm` group (might be needed).
|
||||
|
||||
```
|
||||
sudo usermod -aG kvm $(whoami)
|
||||
```
|
||||
|
||||
* Clone this repository on your QEMU system. Files from this repository are
|
||||
used in the following steps.
|
||||
|
||||
@@ -211,13 +217,15 @@ work, patience, and a bit of luck (perhaps?).
|
||||
|
||||
This has been enough for me so far.
|
||||
|
||||
Note: You may need to [enable the `rc.local` functionality manually on modern Ubuntu versions](https://linuxmedium.com/how-to-enable-etc-rc-local-with-systemd-on-ubuntu-20-04/).
|
||||
Note: You may need to enable the `rc.local` functionality manually on modern
|
||||
Ubuntu versions. Check out the [notes](notes.md) included in this repository
|
||||
for details.
|
||||
|
||||
* To passthrough GPUs and other devices, see [these notes](notes.md).
|
||||
|
||||
* Need a different resolution? Check out the [notes](notes.md) included in this repository.
|
||||
|
||||
* To generate your own SMBIOS, use [GenSMBIOS](https://github.com/corpnewt/GenSMBIOS).
|
||||
* Trouble with iMessage? Check out the [notes](notes.md) included in this repository.
|
||||
|
||||
|
||||
### Is This Legal?
|
||||
|
||||
Reference in New Issue
Block a user