From 3de50ccbd1fce0dd47b26dcede1ca1f893e2102c Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 7 Nov 2025 05:53:34 +0100 Subject: [PATCH] fix: Use pcnet network adapter for Win9x --- src/define.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/define.sh b/src/define.sh index cdfa07a..4b9e862 100644 --- a/src/define.sh +++ b/src/define.sh @@ -1914,8 +1914,8 @@ setMachine() { "win9"* ) USB="no" VGA="cirrus" + ADAPTER="pcnet" DISK_TYPE="auto" - ADAPTER="rtl8139" MACHINE="pc-i440fx-2.4" BOOT_MODE="windows_legacy" ;; "win2k"* )