QEMU/Guests/Windows 98: Difference between revisions

m
No edit summary
 
(2 intermediate revisions by the same user not shown)
 
<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-tablet -rtc base=localtime -monitor stdio</pre>
 
For audio add <code>-device AC97</code> to the parameters and use [http://a320.the-cake-is-a-lie.com:8000/pgm/drv/sound/ac97/ac97_362.zip ac97_362.zip] driver.
 
The machine argument is set to pc-i440fx-2.4, this is to get around the PCI Bus bug that persists within QEMU, and the <code>VGA,vgamem_mb=64</code> parameter allocates 64MB of VRAM onto the generic VGA adapter QEMU provides to allow higher resolutions and color depths within 98SE.