MiSTer AO486 Core Part 9 – Installing Windows 95

FPGA, How To, MiSTer, Posts, Retrocomputing, Retrogaming, Single-Board Computing

MiSTer AO486 Core Part 9 – Installing Windows 95

FPGA, How To, MiSTer, Posts, Retrocomputing, Retrogaming, Single-Board Computing

You’ve installed DOS on ao486, but what about Windows 95? Here’s how to do it.

Step 1 – Download and Copy Install Media

Download, extract and copy the following floppy disk images to /media/fat/games/AO486 on your MiSTer:

Once you’re done, you should have:

  • disk01.img – Windows 95 Boot disk
  • win95_full_ar.osr2_en.iso – Windows 95 Install CD

Step 2 – Copy Boot ROMs

Next you need to install the ao486 BIOS:

  1. Visit this Releases page on GitHub

  2. Download and copy boot0.rom and boot1.rom to /media/fat/games/AO486 on your MiSTer:

Step 3 – Create Hard Disk

  1. SSH into your MiSTer and navigate to /media/fat/games/AO486 (see “Shell Access” on this page to learn how)

  2. Invoke the following command to create a 2GB file (Win95.vhd) filled with zeros. We’ll use this for our primary hard disk:

dd if=/dev/zero of=Win95.vhd bs=1M count=2048

Step 4 – Partition Hard Disk

Next we need to partition the hard disk. On the MiSTer:

  1. Press F12 to bring up the MiSTer main menu. Browse to Computer -> ao486 to start the ao486 core:

  1. Hit Windows Key + F12 for ao486 core options. Set Floppy A: to the Windows 95 disk01.img, IDE 0-0 to Win95.vhd and IDE 1-0 to win95_full_ar.osr2_en.iso:

  1. Hit Reset and apply HDD. ao486 will reboot into the Windows 95 Startup Menu. Select option 5 (“No CDROM support”) and hit Enter:

  1. Run A:\FDISK.EXE to launch the disk partitioner. Choose the following (default) options to partition the disk:
  • Y to enable large disk support
  • 1 to Create DOS Partition or Logical Drive
  • 1 to Create Primary DOS Partition
  • Y to use the maximum available size and make the partition active
  • Esc to go back to the FDISK options menu
  • Esc twice again to exit FDISK
Now reboot AO486 (Windows Key + F12, Reset and apply HDD).

Step 5 – Format Hard Disk

Next we need to format the hard disk:

  1. ao486 will boot into the Windows 95 Startup Menu again. This time select option 1 (“Load NEC IDE CDROM driver”):

  1. Type format c: /s to format the hard disk, Y to Proceed with Format:

Enter a Volume label (your choice) to finalize the format process.

Step 5 – Install Windows 95

Run D:\SETUP.EXE to launch Windows 95 setup. Follow all the defaults to install Windows 95:

As the Windows 95 install finalizes, you’ll be prompted to remove the floppy disk. Don’t do this!

Instead, keep the disk in and reboot ao486 (Windows Key + F12, Reset and apply HDD).

Step 5 – Disable Hard Disk Driver

Due to a compatibility issue between AO486 and the Windows 95 disk driver, we need to (temporarily) disable it. Here’s how:

  1. When ao486 reboots to the Windows 95 Startup Menu, select option 5 (“No CDROM support”)

  2. Type the following at the command prompt:

c:
cd WINDOWS\SYSTEM\IOSUBSYS
ren ESDI_506.PDR ESDI_506.BAK

  1. Unmount the floppy disk (Windows Key + F12, Floppy A:, Enter, Backspace)

  2. Reboot ao486 (Windows Key + F12, Reset and apply HDD)

Step 6 – Start Windows 95

Windows 95 will start for the first time. Follow the last few setup steps to set your username, password, timezone etc.

Once those are done, the Windows 95 desktop will load!

Step 7 – Re-enable Hard Disk Driver

To re-enable the Hard Disk Driver:

  1. Navigate to Start → Control Panel → System → Device Manager. Remove the following 2 entries:
  • Standard IDE/ESDI Hard Disk Controller
  • Standard IDE/ESDI Hard Disk Controller

  1. Click OK, then navigate to My Computer → C: → Windows → System → Iosubsys. Rename Esdi_506.bak to Esdi_506.pdr:

  1. Reboot Windows 95 (Start → Shut Down → Restart the computer)

Wrap Up

That’s it! You now have a fully functional Windows 95 installation.

Next, you might consider adding adding CD-ROM support.

Comments