Cleaned up Windows 3.x configs
This commit is contained in:
parent
09e4f97d43
commit
478f67e48e
17 changed files with 41 additions and 80 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 1152Kb) with EGA Display and 20Mb Hard Disk"
|
||||
title: "IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger"
|
||||
permalink: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -8,11 +8,11 @@
|
|||
<ram id="ramExt" addr="0x100000" size="0x80000" comment=""/>
|
||||
<rom id="romBIOS" addr="0xf0000" size="0x10000" alias="0xff0000" file="/devices/pc/rom/5170/bios/1985-11-15/ATBIOS-REV3.json"/>
|
||||
<video ref="/devices/pc/video/ibm/ega/1984-09-13/128kb-autolockfs.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml" automount='{A: {name: "PC-DOS 3.20 (Disk 1)", path: "/disks/pc/dos/ibm/3.20/PCDOS320-DISK1.json"}, B: {name: "PC-DOS 3.20 (Disk 2)", path: "/disks/pc/dos/ibm/3.20/PCDOS320-DISK2.json"}}'/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml" automount='{A: {name: "PC-DOS 3.30 (Disk 1)", path: "/disks/pc/dos/ibm/3.30/PCDOS330-DISK1.json"}, B: {name: "PC-DOS 3.30 (Disk 2)", path: "/disks/pc/dos/ibm/3.30/PCDOS330-DISK2.json"}}'/>
|
||||
<keyboard ref="/devices/pc/keyboard/us84-buttons-arrows.xml"/>
|
||||
<debugger id="debugger" messages="fault" commands=""/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS320-WIN300.json"}]'/>
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS330-EMPTY.json"}]'/>
|
||||
<chipset id="chipset" model="5170" floppies="[1440,1200]"/>
|
||||
<serial id="com1" adapter="1"/>
|
||||
<serial id="com2" adapter="2" binding="print"/>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display running Windows 3.00"
|
||||
permalink: /devices/pc/machine/5170/ega/1152kb/win300/
|
||||
title: "IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display"
|
||||
permalink: /devices/pc/machine/5170/ega/1152kb/rev3/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5170
|
||||
---
|
||||
|
||||
IBM PC AT running Windows 3.00
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
@ -7,14 +7,14 @@
|
|||
<ram id="ramExt" addr="0x100000" size="0x80000" comment=""/>
|
||||
<rom id="romBIOS" addr="0xf0000" size="0x10000" alias="0xff0000" file="/devices/pc/rom/5170/bios/1985-11-15/ATBIOS-REV3.json"/>
|
||||
<video ref="/devices/pc/video/ibm/ega/1984-09-13/128kb-autolockfs.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml" automount='{B: {name: "PC-DOS 3.20 (Disk 2)", path: "/disks/pc/dos/ibm/3.20/PCDOS320-DISK2.json"}}'/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml" automount='{A: {name: "PC-DOS 3.30 (Disk 1)", path: "/disks/pc/dos/ibm/3.30/PCDOS330-DISK1.json"}, B: {name: "PC-DOS 3.30 (Disk 2)", path: "/disks/pc/dos/ibm/3.30/PCDOS330-DISK2.json"}}'/>
|
||||
<keyboard ref="/devices/pc/keyboard/us84-buttons-arrows.xml"/>
|
||||
<cpu id="cpu286" model="80286" cycles="8000000" autostart="true" pos="right" padright="8px" padbottom="8px">
|
||||
<control type="button" binding="run">Run</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
<control type="button" binding="setSpeed">Speed</control>
|
||||
</cpu>
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS320-WIN300.json"}]'/>
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS330-EMPTY.json"}]'/>
|
||||
<chipset id="chipset" model="5170" floppies="[1440,1200]"/>
|
||||
<serial id="com1" adapter="1"/>
|
||||
<serial id="com2" adapter="2" binding="print"/>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger running Windows 3.00"
|
||||
permalink: /devices/pc/machine/5170/ega/1152kb/win300/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5170
|
||||
debugger: true
|
||||
---
|
||||
|
||||
IBM PC AT running Windows 3.00
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.1/machine.xsl"?>
|
||||
<machine id="ibm5170" class="pc" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
|
||||
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>
|
||||
<ram id="ramLow" addr="0x00000" test="true" size="0xa0000" comment="ROM BIOS memory test has NOT been disabled"/>
|
||||
<ram id="ramExt" addr="0x100000" size="0x80000" comment=""/>
|
||||
<rom id="romBIOS" addr="0xf0000" size="0x10000" alias="0xff0000" file="/devices/pc/rom/5170/bios/1985-11-15/ATBIOS-REV3.json"/>
|
||||
<video ref="/devices/pc/video/ibm/ega/1984-09-13/128kb-autolockfs.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml" automount='{B: {name: "PC-DOS 3.20 (Disk 2)", path: "/disks/pc/dos/ibm/3.20/PCDOS320-DISK2.json"}}'/>
|
||||
<keyboard ref="/devices/pc/keyboard/us84-buttons-arrows.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<cpu id="cpu286" model="80286" cycles="8000000"/>
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS320-WIN300.json"}]'/>
|
||||
<chipset id="chipset" model="5170" floppies="[1440,1200]"/>
|
||||
<serial id="com1" adapter="1"/>
|
||||
<serial id="com2" adapter="2" binding="print"/>
|
||||
<mouse serial="com1"/>
|
||||
</machine>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 2Mb) with EGA Display and 20Mb Hard Disk"
|
||||
title: "IBM PC AT (Model 5170, 2Mb20Mb Hard Disk) with EGA Display and Debugger"
|
||||
permalink: /devices/pc/machine/5170/ega/2048kb/rev3/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 2Mb) with EGA Display and 20Mb Hard Disk"
|
||||
title: "IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display"
|
||||
permalink: /devices/pc/machine/5170/ega/2048kb/rev3/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,13 +1,11 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display running Windows 3.10"
|
||||
permalink: /devices/pc/machine/5170/vga/2048kb/win310/
|
||||
title: "IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display and Debugger"
|
||||
permalink: /devices/pc/machine/5170/vga/2048kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5170
|
||||
---
|
||||
|
||||
IBM PC AT running Windows 3.10
|
||||
debugger: true
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
@ -7,12 +7,12 @@
|
|||
<ram id="ramExt" addr="0x100000" size="0x160000" comment=""/>
|
||||
<rom id="romBIOS" addr="0xf0000" size="0x10000" alias="0xff0000" file="/devices/pc/rom/5170/bios/1985-11-15/ATBIOS-REV3.json"/>
|
||||
<video ref="/devices/pc/video/ibm/vga/1986-10-27/256kb-autolockfs.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml" automount=''/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml" automount='{A:{name:"PC-DOS 3.30 (Disk 1)",path:"/disks/pc/dos/ibm/3.30/PCDOS330-DISK1.json"}, B:{name:"PC-DOS 3.30 (Disk 2)",path:"/disks/pc/dos/ibm/3.30/PCDOS330-DISK2.json"}}'/>
|
||||
<keyboard ref="/devices/pc/keyboard/us84-buttons-arrows.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<cpu id="cpu286" model="80286" cycles="8000000"/>
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS330-WIN310.json"}]'/>
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS330-EMPTY.json"}]'/>
|
||||
<chipset id="chipset" model="5170" floppies="[1440,1200]"/>
|
||||
<serial id="com1" adapter="1"/>
|
||||
<serial id="com2" adapter="2" binding="print"/>
|
||||
|
|
@ -1,14 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display and Debugger running Windows 3.10"
|
||||
permalink: /devices/pc/machine/5170/vga/2048kb/win310/debugger/
|
||||
title: "IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display"
|
||||
permalink: /devices/pc/machine/5170/vga/2048kb/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5170
|
||||
debugger: true
|
||||
---
|
||||
|
||||
IBM PC AT running Windows 3.10
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
@ -7,14 +7,14 @@
|
|||
<ram id="ramExt" addr="0x100000" size="0x160000" comment=""/>
|
||||
<rom id="romBIOS" addr="0xf0000" size="0x10000" alias="0xff0000" file="/devices/pc/rom/5170/bios/1985-11-15/ATBIOS-REV3.json"/>
|
||||
<video ref="/devices/pc/video/ibm/vga/1986-10-27/256kb-autolockfs.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml" automount=''/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml" automount='{A:{name:"PC-DOS 3.30 (Disk 1)",path:"/disks/pc/dos/ibm/3.30/PCDOS330-DISK1.json"}, B:{name:"PC-DOS 3.30 (Disk 2)",path:"/disks/pc/dos/ibm/3.30/PCDOS330-DISK2.json"}}'/>
|
||||
<keyboard ref="/devices/pc/keyboard/us84-buttons-arrows.xml"/>
|
||||
<cpu id="cpu286" model="80286" cycles="8000000" autostart="true" pos="right" padright="8px" padbottom="8px">
|
||||
<control type="button" binding="run">Run</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
<control type="button" binding="setSpeed">Speed</control>
|
||||
</cpu>
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS330-WIN310.json"}]'/>
|
||||
<hdc id="hdcAT" type="at" drives='[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS330-EMPTY.json"}]'/>
|
||||
<chipset id="chipset" model="5170" floppies="[1440,1200]"/>
|
||||
<serial id="com1" adapter="1"/>
|
||||
<serial id="com2" adapter="2" binding="print"/>
|
||||
|
|
@ -101,10 +101,9 @@ Our pre-built [Model 5160](/devices/pc/machine/5160/) machines include:
|
|||
### Model 5170 Machine Configurations
|
||||
|
||||
* [IBM PC AT (6Mhz, 640Kb) with EGA Display and Debugger](/devices/pc/machine/5170/ega/640kb/rev1/debugger/)
|
||||
* [IBM PC AT (6Mhz, 1152Kb, 20Mb Drive) with EGA Display and Debugger](/devices/pc/machine/5170/ega/1152kb/rev1/debugger/)
|
||||
* [IBM PC AT (8Mhz, 1152Kb, 20Mb Drive) with EGA Display and Debugger](/devices/pc/machine/5170/ega/1152kb/rev3/debugger/)
|
||||
* [IBM PC AT (8Mhz, 1152Kb, 20Mb Drive) with EGA Display running Windows 3.00](/devices/pc/machine/5170/ega/1152kb/win300/)
|
||||
* [IBM PC AT (8Mhz, 1152Kb, 20Mb Drive) with EGA Display and Debugger running Windows 3.00](/devices/pc/machine/5170/ega/1152kb/win300/)
|
||||
* [IBM PC AT (6Mhz, 1Mb, 20Mb Drive) with EGA Display and Debugger](/devices/pc/machine/5170/ega/1152kb/rev1/debugger/)
|
||||
* [IBM PC AT (8Mhz, 1Mb, 20Mb Drive) with EGA Display and Debugger](/devices/pc/machine/5170/ega/1152kb/rev3/debugger/)
|
||||
* [IBM PC AT (8Mhz, 2Mb, 20Mb Drive) with EGA Display](/devices/pc/machine/5170/ega/2048kb/rev3/)
|
||||
* [IBM PC AT (8Mhz, 2Mb, 20Mb Drive) with EGA Display and Debugger](/devices/pc/machine/5170/ega/2048kb/rev3/debugger/)
|
||||
* [IBM PC AT (8Mhz, 2Mb, 20Mb Drive) with VGA Display running Windows 3.10](/devices/pc/machine/5170/vga/2048kb/win310/)
|
||||
* [IBM PC AT (8Mhz, 2Mb, 20Mb Drive) with VGA Display and Debugger running Windows 3.10](/devices/pc/machine/5170/vga/2048kb/win310/debugger/)
|
||||
* [IBM PC AT (8Mhz, 2Mb, 20Mb Drive) with VGA Display](/devices/pc/machine/5170/vga/2048kb/)
|
||||
* [IBM PC AT (8Mhz, 2Mb, 20Mb Drive) with VGA Display and Debugger](/devices/pc/machine/5170/vga/2048kb/debugger/)
|
||||
|
|
|
|||
|
|
@ -194,15 +194,15 @@
|
|||
<disk path="/disks/pc/windows/2.0x/WIN203-386-DISK3.json">Windows/386 2.03 (FONTS)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-386-DISK4.json">Windows/386 2.03 (PROGRAM)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-386-DISK5.json">Windows/386 2.03 (UTILITY 2)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-DISK1-SETUP.json">Windows 2.03 (SETUP)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-DISK2-BUILD.json">Windows 2.03 (BUILD)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-DISK3-DISPLAYS.json">Windows 2.03 (DISPLAYS)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-DISK4-UTILS1.json">Windows 2.03 (UTILS 1)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-DISK5-UTILS2.json">Windows 2.03 (UTILS 2)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-DISK6-FONTS1.json">Windows 2.03 (FONTS 1)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-DISK7-FONTS2.json">Windows 2.03 (FONTS 2)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-DISK8-APPS.json">Windows 2.03 (APPS)</disk>
|
||||
<disk path="/disks/pc/windows/2.0x/WIN203-DISK9-PROGRAM.json">Windows 2.03 (PROGRAM)</disk>
|
||||
<disk path="/disks/pc/windows/2.03/WIN203-DISK1-SETUP.json">Windows 2.03 (SETUP)</disk>
|
||||
<disk path="/disks/pc/windows/2.03/WIN203-DISK2-BUILD.json">Windows 2.03 (BUILD)</disk>
|
||||
<disk path="/disks/pc/windows/2.03/WIN203-DISK3-DISPLAYS.json">Windows 2.03 (DISPLAYS)</disk>
|
||||
<disk path="/disks/pc/windows/2.03/WIN203-DISK4-UTILS1.json">Windows 2.03 (UTILS 1)</disk>
|
||||
<disk path="/disks/pc/windows/2.03/WIN203-DISK5-UTILS2.json">Windows 2.03 (UTILS 2)</disk>
|
||||
<disk path="/disks/pc/windows/2.03/WIN203-DISK6-FONTS1.json">Windows 2.03 (FONTS 1)</disk>
|
||||
<disk path="/disks/pc/windows/2.03/WIN203-DISK7-FONTS2.json">Windows 2.03 (FONTS 2)</disk>
|
||||
<disk path="/disks/pc/windows/2.03/WIN203-DISK8-APPS.json">Windows 2.03 (APPS)</disk>
|
||||
<disk path="/disks/pc/windows/2.03/WIN203-DISK9-PROGRAM.json">Windows 2.03 (PROGRAM)</disk>
|
||||
<disk path="/disks/pc/windows/2.10/WIN210-386-DISK1.json">Windows/386 2.10 (SETUP)</disk>
|
||||
<disk path="/disks/pc/windows/2.10/WIN210-386-DISK2.json">Windows/386 2.10 (UTILS 1)</disk>
|
||||
<disk path="/disks/pc/windows/2.10/WIN210-386-DISK3.json">Windows/386 2.10 (UTILS 2)</disk>
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@
|
|||
<manifest ref="/disks/pc/windows/1.03b/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/windows/1.04/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/windows/2.0x/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/windows/2.03/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/windows/2.10/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/windows/2.11/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/windows/3.00/manifest.xml"/>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,10 @@ title: Microsoft Windows 3.00
|
|||
permalink: /disks/pc/windows/3.00/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5170-pcdos320
|
||||
config: /devices/pc/machine/5170/ega/1152kb/win300/machine.xml
|
||||
id: ibm5170-win300
|
||||
config: /devices/pc/machine/5170/ega/1152kb/rev3/machine.xml
|
||||
drives: '[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS320-WIN300.json"}]'
|
||||
autoMount: ''
|
||||
---
|
||||
|
||||
Microsoft Windows 3.00
|
||||
|
|
@ -13,7 +15,7 @@ Microsoft Windows 3.00
|
|||
|
||||
The PCjs machine below is running Microsoft Windows 3.00 on an IBM PC AT with PC-DOS 3.20.
|
||||
|
||||
{% include machine.html id="ibm5170-pcdos320" %}
|
||||
{% include machine.html id="ibm5170-win300" %}
|
||||
|
||||
Directory listings of the five 1.2Mb distribution diskettes are provided below.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@ permalink: /disks/pc/windows/3.10/
|
|||
machines:
|
||||
- type: pc
|
||||
id: ibm5170-pcdos330
|
||||
config: /devices/pc/machine/5170/vga/2048kb/win310/machine.xml
|
||||
config: /devices/pc/machine/5170/vga/2048kb/machine.xml
|
||||
drives: '[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/PCDOS330-WIN310.json"}]'
|
||||
autoMount: ''
|
||||
---
|
||||
|
||||
Microsoft Windows 3.10
|
||||
|
|
|
|||
Loading…
Reference in a new issue