71
edits
Undefishin (talk | contribs) No edit summary |
(improved (needs screenshots!!)) |
||
===QEMU===
====Pre-installation====
This guide recommends you to use the [https://github.com/oerg866/win98-quickinstall|Windows 98 QuickInstall Project]. ([https://archive.org/details/win98qi_v0.9.3|example built ISOs are available here at archive.org]). Download either win98qi_v0.9.3_ALL.iso, if you want to have 98lite variants alongside stock 98SE or just download win98qi_v0.9.3_stock.iso for only stock 98SE. The ISO comes with utilities inside for you to install if needed.
Make a qcow2 image (or a raw image if you want) by typing
<pre>qemu-img create -f qcow2 win98.img
'''
When that's done, run the following command:
<pre>qemu-system-i386 -hda win98.img -cdrom win98_iso_name.iso -
The machine argument is set to pc-i440fx-2.0, this is to get around the PCI Bus bug that persists within QEMU.
We set the memory to 128 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.
Upon booting the ISO of your choice, if you are using the win98qi_v0.9.3_ALL iso image, then select whichever variant of 98 (or ME) would you like to install and then proceed to format a single FAT32 partition taking up all of available space and mark it as bootable, make sure to write changes to the disk and exit. Once prompted to install integrated device drivers, select Yes and continue. By any circumstances do NOT select slow PnP detection as this will hinder the installation process, let it install and reboot.
Once you make it to the Desktop, Open System Properties and head to the Device Manager, Open the Disk Drives selection and open the properties of the "QEMU HAR DDISK" drive and enable DMA on the Settings tab, after this let it restart and you're good to go.
[[Category:Windows installation guides]]
|