pcjs/disks/pc/fixed/win101
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-11-03 00:11:41 -08:00
..
10mb-ega.json Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
10mb.json Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
README.md Collapsed /configs into /devices (or in some cases, /apps or /disks), simplifying the structure a bit 2014-11-03 00:11:41 -08:00

10Mb Disk Image with Windows 1.01

This folder contains a 10Mb hard disk image (10mb.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/win101/10mb.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.