blob: e6ba3052c1cfcb09c009fde16d5cd17c907e663b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# [OSX-KVM](https://github.com/kholia/OSX-KVM)
This (surprisingly) works
Qemu is compiled without usb passthrough, so passing usb devices to the vm will not work.
Gpu passthrough most likely will not work, but I don't have any way of testing it.
The qemu start command can be edited in `~/.var/app/com.github.kholia.osx-kvm/osx-kvm/OpenCore-Boot.sh`
# Increasing memory
Open `~/.var/app/com.github.kholia.osx-kvm/osx-kvm/OpenCore-Boot.sh` with a text editor and edit the `ALLOCATED_RAM` variable
# Increasing the amount of cpu cores
Open `~/.var/app/com.github.kholia.osx-kvm/osx-kvm/OpenCore-Boot.sh` with a text editor and edit the `CPU_` variables to your liking
|