71
edits
m (2.4 works too) |
|||
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.
The machine argument is set to pc-i440fx-2.
We set the memory to 256 MB, but it can run on as low as 8 MB of RAM, although this isn't recommended if you want to be running any programs.
|