diff --git a/src/define.sh b/src/define.sh index c1f2127..271f38c 100644 --- a/src/define.sh +++ b/src/define.sh @@ -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" ;;