pcjs/disks/pc/fixed/10mb
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-03-11 14:50:14 -08:00
..
PCDOS200-WIN101-CGA.json Continuing the separation of software states from machine states 2016-03-11 14:50:14 -08:00
pcdos200-win101-cga.xml Continuing the separation of software states from machine states 2016-03-11 14:50:14 -08:00
PCDOS200-WIN101-EGA.json Renamed hard disks 2016-03-10 07:59:59 -08:00
pcdos200-win101-ega.xml Reorganized hard disks 2016-03-10 07:58:35 -08:00
README.md More README updates 2015-12-13 15:55:36 -08:00

layout title permalink
page 10Mb Disk Image with Windows 1.01 /disks/pc/fixed/10mb/

10Mb Disk Image with Windows 1.01

This folder contains a 10Mb hard disk image (pcdos200-win101.json) with a Windows 1.01 installation.

This disk image is used by various Model 5160 CGA machine configurations.

To use it with a machine configuration, include:

<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",path:"/disks/pc/fixed/10mb/pcdos200-win101.json",type:3}]'/>

in your machine.xml file. Alternatively, you can include it by reference:

<hdc ref="/disks/pc/fixed/win101.xml"/>

Of course, if your machine configuration file is on a different server, the ref path will likely be different.