Update define.sh

This commit is contained in:
Kroese 2024-10-20 16:15:31 +02:00 committed by GitHub
parent 05fee41ad2
commit fc768945b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2131,7 +2131,7 @@ setMachine() {
USB="None"
DISK_TYPE="blk"
BOOT_MODE="windows_legacy"
# Some 32-bit Windows crash if 64 bit PCI hole size is >2G.
# Prevent bluescreen if 64 bit PCI hole size is >2G.
ARGS="-global q35-pcihost.x-pci-hole64-fix=false" ;;
"winvista"* | "win7"* | "win2008"* )
BOOT_MODE="windows_legacy" ;;