71
edits
(-localtime is an outdated flag) |
(128MB of RAM is the default in QEMU.) |
||
When that's done, start up QEMU with a command like the following:
<pre>qemu-system-i386
The machine argument is set to pc-i440fx-2.0, this is to get around the PCI Bus bug that persists within QEMU, And the VGA,vgamem_mb=64 parameter allocates 64MB of VRAM onto the generic VGA adapter QEMU provides to allow higher resolutions and color depths within 98SE.
|