mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Update define.sh
This commit is contained in:
parent
fd976696be
commit
beec871e66
1 changed files with 2 additions and 0 deletions
|
|
@ -1674,11 +1674,13 @@ setMachine() {
|
||||||
case "${id,,}" in
|
case "${id,,}" in
|
||||||
"win9"* )
|
"win9"* )
|
||||||
USB="no"
|
USB="no"
|
||||||
|
VGA="cirrus"
|
||||||
DISK_TYPE="auto"
|
DISK_TYPE="auto"
|
||||||
ADAPTER="rtl8139"
|
ADAPTER="rtl8139"
|
||||||
MACHINE="pc-i440fx-2.4"
|
MACHINE="pc-i440fx-2.4"
|
||||||
BOOT_MODE="windows_legacy" ;;
|
BOOT_MODE="windows_legacy" ;;
|
||||||
"win2k"* )
|
"win2k"* )
|
||||||
|
VGA="cirrus"
|
||||||
MACHINE="pc"
|
MACHINE="pc"
|
||||||
USB="pci-ohci"
|
USB="pci-ohci"
|
||||||
DISK_TYPE="auto"
|
DISK_TYPE="auto"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue