Skip to content

Commit 3de50cc

Browse files
authored
fix: Use pcnet network adapter for Win9x
1 parent fd907bb commit 3de50cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/define.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,8 +1914,8 @@ setMachine() {
19141914
"win9"* )
19151915
USB="no"
19161916
VGA="cirrus"
1917+
ADAPTER="pcnet"
19171918
DISK_TYPE="auto"
1918-
ADAPTER="rtl8139"
19191919
MACHINE="pc-i440fx-2.4"
19201920
BOOT_MODE="windows_legacy" ;;
19211921
"win2k"* )

0 commit comments

Comments
 (0)