Fixed disk reorg
This commit is contained in:
parent
2e307ae7d3
commit
b85d0d6bc8
19 changed files with 247936 additions and 29 deletions
|
|
@ -9,7 +9,7 @@ machines:
|
||||||
type: pcx86
|
type: pcx86
|
||||||
debugger: true
|
debugger: true
|
||||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml
|
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml
|
||||||
drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/IBMOS210-EGA.json"}]'
|
drives: '[{name:"20Mb Hard Disk",type:2,path:"/disks/pcx86/fixed/20mb/IBMOS210-EGA.json"}]'
|
||||||
automount:
|
automount:
|
||||||
A:
|
A:
|
||||||
name: None
|
name: None
|
||||||
|
|
|
||||||
1
disks/pcx86/fixed/10mb/MSDOS320-C400.json
Normal file
1
disks/pcx86/fixed/10mb/MSDOS320-C400.json
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -7,28 +7,30 @@ permalink: /disks/pcx86/fixed/10mb/
|
||||||
10Mb Hard Drive (Fixed Disk) Images
|
10Mb Hard Drive (Fixed Disk) Images
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
This folder contains the following 10Mb fixed disk images:
|
This folder contains the following 10Mb fixed disk configurations:
|
||||||
|
|
||||||
* [Empty formatted disk](PCDOS200-EMPTY.json) ([XML](pcdos200-empty.xml))
|
* [Unformatted Disk](unformatted.xml)
|
||||||
* [PC-DOS 2.00 with Windows 1.01 for CGA](PCDOS200-WIN101-CGA.json) ([XML](pcdos200-win101-cga.xml))
|
* [PC-DOS 2.00 Formatted Disk (Empty)](pcdos200-empty.xml)
|
||||||
* [PC-DOS 2.00 with Windows 1.01 for EGA](PCDOS200-WIN101-EGA.json) ([XML](pcdos200-win101-ega.xml))
|
* [PC-DOS 2.00 with Windows 1.01 for CGA](pcdos200-win101-cga.xml)
|
||||||
|
* [PC-DOS 2.00 with Windows 1.01 for EGA](pcdos200-win101-ega.xml)
|
||||||
|
* [MS-DOS 3.20 with Microsoft C 4.00](msdos320-c400.xml)
|
||||||
|
|
||||||
These disk images are used by various IBM PC XT [Model 5160](/devices/pcx86/machine/5160/) machine configurations,
|
These disk images are used by various IBM PC XT [Model 5160](/devices/pcx86/machine/5160/) machine configurations,
|
||||||
either directly:
|
either directly:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Drive",path:"/disks/pcx86/fixed/10mb/PCDOS200-WIN101-CGA.json",type:3}]'/>
|
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3}]'/>
|
||||||
```
|
```
|
||||||
|
|
||||||
or by reference:
|
or by reference:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<hdc ref="/disks/pcx86/fixed/10mb/pcdos200-win101-cga.xml"/>
|
<hdc ref="/disks/pcx86/fixed/10mb/unformatted.xml"/>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Notes Regarding 10Mb Disks
|
### Notes Regarding 10Mb Disks
|
||||||
|
|
||||||
The [Empty formatted disk](PCDOS200-EMPTY.json) is *completely* empty. It was partitioned with the PC-DOS 2.00
|
The [PC-DOS 2.00 Formatted Disk (Empty)](pcdos200-empty.xml) is *completely* empty. It was partitioned with the PC-DOS 2.00
|
||||||
**FDISK** utility, allocating the entire disk to a single DOS partition, and then it was formatted with the PC-DOS 2.00
|
**FDISK** utility, allocating the entire disk to a single DOS partition, and then it was formatted with the PC-DOS 2.00
|
||||||
**FORMAT** utility. Neither the **FORMAT** "/S" option nor the **SYS** command were used, so no system files were
|
**FORMAT** utility. Neither the **FORMAT** "/S" option nor the **SYS** command were used, so no system files were
|
||||||
transferred, leaving the disk completely empty and non-bootable.
|
transferred, leaving the disk completely empty and non-bootable.
|
||||||
|
|
|
||||||
4
disks/pcx86/fixed/10mb/msdos320-c400.xml
Normal file
4
disks/pcx86/fixed/10mb/msdos320-c400.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/MSDOS320-C400.json"}]'>
|
||||||
|
<control type="button" binding="saveHD0" padLeft="8px" padBottom="8px" padRight="8px">Save HD</control>
|
||||||
|
</hdc>
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/PCDOS200-EMPTY.json"}]' padLeft="8px" padBottom="8px">
|
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/PCDOS200-EMPTY.json"}]'>
|
||||||
<control type="button" binding="saveHD0">Save HD</control>
|
<control type="button" binding="saveHD0" padLeft="8px" padBottom="8px" padRight="8px">Save HD</control>
|
||||||
</hdc>
|
</hdc>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/PCDOS200-WIN101-CGA.json"}]' padLeft="8px" padBottom="8px">
|
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/PCDOS200-WIN101-CGA.json"}]'>
|
||||||
<control type="button" binding="saveHD0">Save HD</control>
|
<control type="button" binding="saveHD0" padLeft="8px" padBottom="8px" padRight="8px">Save HD</control>
|
||||||
</hdc>
|
</hdc>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/PCDOS200-WIN101-EGA.json"}]' padLeft="8px" padBottom="8px">
|
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3,path:"/disks/pcx86/fixed/10mb/PCDOS200-WIN101-EGA.json"}]'>
|
||||||
<control type="button" binding="saveHD0">Save HD</control>
|
<control type="button" binding="saveHD0" padLeft="8px" padBottom="8px" padRight="8px">Save HD</control>
|
||||||
</hdc>
|
</hdc>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3}]' padLeft="8px" padBottom="8px">
|
<hdc id="hdcXT" drives='[{name:"10Mb Hard Disk",type:3}]'>
|
||||||
<control type="button" binding="saveHD0">Save HD</control>
|
<control type="button" binding="saveHD0" padLeft="8px" padBottom="8px" padRight="8px">Save HD</control>
|
||||||
</hdc>
|
</hdc>
|
||||||
|
|
|
||||||
80326
disks/pcx86/fixed/20mb/COMPAQ310-WIN386201-VGA.json
Normal file
80326
disks/pcx86/fixed/20mb/COMPAQ310-WIN386201-VGA.json
Normal file
File diff suppressed because it is too large
Load diff
41820
disks/pcx86/fixed/20mb/IBMOS210-EGA.json
Normal file
41820
disks/pcx86/fixed/20mb/IBMOS210-EGA.json
Normal file
File diff suppressed because it is too large
Load diff
42111
disks/pcx86/fixed/20mb/IBMOS211-VGA.json
Normal file
42111
disks/pcx86/fixed/20mb/IBMOS211-VGA.json
Normal file
File diff suppressed because it is too large
Load diff
41820
disks/pcx86/fixed/20mb/PCDOS320-WIN300-EGA.json
Normal file
41820
disks/pcx86/fixed/20mb/PCDOS320-WIN300-EGA.json
Normal file
File diff suppressed because it is too large
Load diff
41820
disks/pcx86/fixed/20mb/PCDOS330-WIN310-VGA.json
Normal file
41820
disks/pcx86/fixed/20mb/PCDOS330-WIN310-VGA.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -7,11 +7,14 @@ permalink: /disks/pcx86/fixed/20mb/
|
||||||
20Mb Hard Drive (Fixed Disk) Images
|
20Mb Hard Drive (Fixed Disk) Images
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
This folder contains the following 20Mb disk images:
|
This folder contains the following 20Mb disk configurations:
|
||||||
|
|
||||||
* [IBM OS/2 1.0 for EGA](http://archive.pcjs.org/disks/pcx86/fixed/20mb/IBMOS210-EGA.json)
|
* [PC-DOS 3.30 Formatted Disk (Empty)](pcdos330-empty.xml)
|
||||||
* [IBM OS/2 1.1 for VGA](http://archive.pcjs.org/disks/pcx86/fixed/20mb/IBMOS211-VGA.json)
|
|
||||||
* [PC-DOS 3.20 with Windows 3.00 for EGA](http://archive.pcjs.org/disks/pcx86/fixed/20mb/PCDOS320-WIN300-EGA.json)
|
along with the following pre-built 20Mb disk images:
|
||||||
* [PC-DOS 3.30 with no files](PCDOS330-EMPTY.json) ([XML](pcdos330-empty.xml))
|
|
||||||
* [PC-DOS 3.30 with Windows 3.10 for VGA](http://archive.pcjs.org/disks/pcx86/fixed/20mb/PCDOS330-WIN310-VGA.json)
|
* [IBM OS/2 1.0 for EGA](/disks/pcx86/fixed/20mb/IBMOS210-EGA.json)
|
||||||
* [COMPAQ MS-DOS 3.10 with Windows/386 2.01 for VGA](http://archive.pcjs.org/disks/pcx86/fixed/20mb/COMPAQ310-WIN386201-VGA.json)
|
* [IBM OS/2 1.1 for VGA](/disks/pcx86/fixed/20mb/IBMOS211-VGA.json)
|
||||||
|
* [PC-DOS 3.20 with Windows 3.00 for EGA](/disks/pcx86/fixed/20mb/PCDOS320-WIN300-EGA.json)
|
||||||
|
* [PC-DOS 3.30 with Windows 3.10 for VGA](/disks/pcx86/fixed/20mb/PCDOS330-WIN310-VGA.json)
|
||||||
|
* [COMPAQ MS-DOS 3.10 with Windows/386 2.01 for VGA](/disks/pcx86/fixed/20mb/COMPAQ310-WIN386201-VGA.json)
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ machines:
|
||||||
type: pcx86
|
type: pcx86
|
||||||
debugger: true
|
debugger: true
|
||||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml
|
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml
|
||||||
drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/IBMOS210-EGA.json"}]'
|
drives: '[{name:"20Mb Hard Disk",type:2,path:"/disks/pcx86/fixed/20mb/IBMOS210-EGA.json"}]'
|
||||||
automount:
|
automount:
|
||||||
A:
|
A:
|
||||||
name: None
|
name: None
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ machines:
|
||||||
debugger: true
|
debugger: true
|
||||||
messages: fault
|
messages: fault
|
||||||
config: /devices/pcx86/machine/5170/vga/4096kb/debugger/machine.xml
|
config: /devices/pcx86/machine/5170/vga/4096kb/debugger/machine.xml
|
||||||
drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/IBMOS211-VGA.json"}]'
|
drives: '[{name:"20Mb Hard Disk",type:2,path:"/disks/pcx86/fixed/20mb/IBMOS211-VGA.json"}]'
|
||||||
automount:
|
automount:
|
||||||
A:
|
A:
|
||||||
name: None
|
name: None
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ machines:
|
||||||
type: pcx86
|
type: pcx86
|
||||||
state: deskpro386.json
|
state: deskpro386.json
|
||||||
config: /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.xml
|
config: /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.xml
|
||||||
drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/COMPAQ310-WIN386201-VGA.json"}]'
|
drives: '[{name:"20Mb Hard Disk",type:2,path:"/disks/pcx86/fixed/20mb/COMPAQ310-WIN386201-VGA.json"}]'
|
||||||
autoMount:
|
autoMount:
|
||||||
A:
|
A:
|
||||||
name: None
|
name: None
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ machines:
|
||||||
- id: ibm5170-win300
|
- id: ibm5170-win300
|
||||||
type: pcx86
|
type: pcx86
|
||||||
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/machine.xml
|
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/machine.xml
|
||||||
drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/PCDOS320-WIN300-EGA.json"}]'
|
drives: '[{name:"20Mb Hard Disk",type:2,path:"/disks/pcx86/fixed/20mb/PCDOS320-WIN300-EGA.json"}]'
|
||||||
autoMount:
|
autoMount:
|
||||||
A:
|
A:
|
||||||
name: None
|
name: None
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ machines:
|
||||||
- id: ibm5170-win310
|
- id: ibm5170-win310
|
||||||
type: pcx86
|
type: pcx86
|
||||||
config: /devices/pcx86/machine/5170/vga/2048kb/machine.xml
|
config: /devices/pcx86/machine/5170/vga/2048kb/machine.xml
|
||||||
drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/PCDOS330-WIN310-VGA.json"}]'
|
drives: '[{name:"20Mb Hard Disk",type:2,path:"/disks/pcx86/fixed/20mb/PCDOS330-WIN310-VGA.json"}]'
|
||||||
autoMount:
|
autoMount:
|
||||||
A:
|
A:
|
||||||
name: None
|
name: None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue