diff options
author | axtloss <axtlos@tar.black> | 2022-10-14 12:14:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 12:14:49 +0200 |
commit | 15db8f29b673a7f1c3dd2592474421b29dd8795c (patch) | |
tree | 4c61250deef15af27822a86058cf509b6527bd3b | |
parent | c9c5723fc40371449459fb7d0fec33e1e22fc76c (diff) | |
download | flatpaks-15db8f29b673a7f1c3dd2592474421b29dd8795c.tar.gz flatpaks-15db8f29b673a7f1c3dd2592474421b29dd8795c.tar.bz2 |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | com.github.kholia.osx-kvm/README.md | 10 |
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 |