From fc768945b7b30fc638560b4856d441f0fa77eba3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 20 Oct 2024 16:15:31 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;;