My partner recently came across an old educational software title from 1997 that brought back happy memories from her childhood. The software was developed by “The Learning Company” and was part of a series called “Reader Rabbit’s Reading Development Library”. The company released 4 installments in total.

01

I thought it would be a nice surprise to help recreate some of those cherished memories and took on the challenge of making this outdated software run on a modern machine and OS.

I was able to track down a copy of the CD for the 3rd installment in ebay and soon afterwards I found myself playing around with Windows 3.11 in Virtualbox to make it work.

As expected, a basic installation of the OS was not sufficiently equipped to run the CD and some additional programs and drivers were required. To install all the additional components, I needed to create some floppy disk images which were then mounted within Virtualbox to simulate a physical floppy drive. I’ve written about how to do this in a previous blog post. The whole process involved a lot of trial and error, installing programs and drivers to solve issues one by one.

I am not providing direct links to downloads in this write up, but if you are trying to do something similar, you can find all required components in the websites listed in references section.

The first step was to install the MS-DOS E-IDE / ATAPI CD-ROM device driver so that the OS can read the CD.

01

Next I installed better display drivers so that I can set the display to a higher resolution of 1024x768 with 256 colors.

01

With video sorted, I moved on to audio, installing sound blaster 16 drivers and utilities.

Another dependency to resolve was WinG[2], a graphics and animation framework that was introduced in 1994 and was later on superseded by DirectX.

04

Finally I mounted the CD in Virtualbox and installed the software.

05

With all the dependencies resolved I could finally run the software.

06

References / Further Reading