QEMU/Guests/Windows 98: Difference between revisions

Jump to navigation Jump to search
When that's done, start up QEMU with a command like the following:
 
<pre>qemu-system-i386 -hda win98.img -cdrom win98_iso_name.iso -device VGA,vgamem_mb=64 -cpu host -m 256 -accel kvm -M pc-i440fx-2.4,hpet=off -netdev user,id=lan -device pcnet,netdev=lan -usb -device usb-tabletmouse -rtc base=localtime -monitor stdio</pre>
 
If you intend to use this with the USB tablet, replace <pre>-device usb-mouse</pre> with <pre>-device usb-tablet</pre>
 
For audio add <code>-device AC97</code> to the parameters and use the [http://a320.the-cake-is-a-lie.com:8000/pgm/drv/sound/ac97/ac97_362.zip ac97_362.zip] driver. This driver also provides as an additional bonus some pretty respectable Sound Blaster Pro 2.0 PCM emulation out of the box which is compatible and fully functional on QEMU.

Navigation menu