aboutsummaryrefslogtreecommitdiff
path: root/com.github.kholia.osx-kvm/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--com.github.kholia.osx-kvm/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/com.github.kholia.osx-kvm/README.md b/com.github.kholia.osx-kvm/README.md
index 47ba8a4..e6ba305 100644
--- a/com.github.kholia.osx-kvm/README.md
+++ b/com.github.kholia.osx-kvm/README.md
@@ -1,2 +1,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