Hi
i am using qemu-system-x86_64 (on ubuntu 22.04) with a win98 vm image
converted to qcow2.
it starts all ok, but i can't get it beyond 6 color 640x320 resolution.
using the svga driver installed from the win98se disk just gives an
error that it is not compatible after a reboot.
what driver do i need to get the 1024x768x16 resolution. -g does not
work here.
i did download a vesa driver, but don't know how to add it the vm.
here the command i use:
qemu-system-x86_64 -cdrom win98.iso -drive file=windows98.qcow2 -m 512
-vga cirrusĀ -device sb16 -display sdl.
thx
chuck