feat: Install SVGA drivers on 2000/XP/2003 (#2190)

This commit is contained in:
Kroese
2026-08-25 12:08:40 +02:00
committed by GitHub
parent d66fa8714a
commit 3ce2f2eace
2 changed files with 49 additions and 2 deletions
+3
View File
@@ -31,6 +31,9 @@ setMachine() {
"winnt4" )
writeState "vga" "cirrus" || return 1 ;;
"win2k"* | "winxp"* | "win2003"* )
writeState "vga" "vmware" || return 1 ;;
*) writeState "vga" "std" || return 1 ;;
esac