pcjs/disks/pcx86/fixed/10mb
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-06-01 15:32:17 -07:00
..
PCDOS200-EMPTY.json Added an empty 10Mb disk image formatted by PC-DOS 2.0 (currently used by one machine: 5160/cga/640kb); also fixed some issues uncovered in the process of creating the disk image (eg, a bug in the HDC's save logic when no image has been loaded), and made some fixes and optimizations in DiskDump 2017-06-01 15:32:17 -07:00
PCDOS200-WIN101-CGA.json Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
pcdos200-win101-cga.xml Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
PCDOS200-WIN101-EGA.json Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
pcdos200-win101-ega.xml Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
README.md Cutting back on the number of redirects (attempting to reduce Jekyll build time) 2017-02-09 13:59:24 -08:00

layout title permalink
page 10Mb Hard Drive (Fixed Disk) Images /disks/pcx86/fixed/10mb/

10Mb Hard Drive (Fixed Disk) Images

This folder contains the following 10Mb disk images:

These disk images are used by various Model 5160 machine configurations.

To use one of these disks with another machine configuration, include:

<hdc id="hdcXT" drives='[{name:"10Mb Hard Drive",path:"/disks/pcx86/fixed/10mb/PCDOS200-WIN101-CGA.json",type:3}]'/>

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

<hdc ref="/disks/pcx86/fixed/10mb/pcdos200-win101-cga.xml"/>

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