From beec871e661ef5a4f865b5b831a77f05c9895eec Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 5 Apr 2025 17:42:27 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/define.sh b/src/define.sh index 882f178..4b8ff7e 100644 --- a/src/define.sh +++ b/src/define.sh @@ -1674,11 +1674,13 @@ setMachine() { case "${id,,}" in "win9"* ) USB="no" + VGA="cirrus" DISK_TYPE="auto" ADAPTER="rtl8139" MACHINE="pc-i440fx-2.4" BOOT_MODE="windows_legacy" ;; "win2k"* ) + VGA="cirrus" MACHINE="pc" USB="pci-ohci" DISK_TYPE="auto"