QEMU/Guests/Windows 98: Difference between revisions

Jump to navigation Jump to search
(..however the command should have 256mb of ram just to be sure it runs smoothly :))
===Display driver installation===
After the first boot, you will notice that the display is small and very low quality. This is because, without drivers, Windows 98 runs in 16-color mode, fixed to 640x480 resolution.
 
This is where <code>-cpu host</code> comes into play, as SoftGPU provides SSE3 optimized binaries for in this case, software accelerated 3D rendering. Now yes, you could use this with <code>-cpu pentium3</code> but do keep in mind MMX optimized binaries are very slow (maximum 15 fps possible!) and may or may not have tons of bugs that just doesn't make it worth using.
 
We will now install the SoftGPU driver to enable higher resolutions and 32-bit color support.

Navigation menu