Added PC-DOS 0.90 disk image and appropriate Model 5150 machines to boot it
This commit is contained in:
parent
16f50b88d2
commit
13158e2dd2
26 changed files with 282 additions and 9 deletions
|
|
@ -7,7 +7,7 @@ redirect_from:
|
||||||
---
|
---
|
||||||
|
|
||||||
IBM PC (Model 5150) Machines
|
IBM PC (Model 5150) Machines
|
||||||
---
|
----------------------------
|
||||||
|
|
||||||
Our IBM PC 5150 configurations include:
|
Our IBM PC 5150 configurations include:
|
||||||
|
|
||||||
|
|
|
||||||
11
devices/pcx86/machine/5150/cga/256kb/debugger/machine.md
Normal file
11
devices/pcx86/machine/5150/cga/256kb/debugger/machine.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: IBM PC (Model 5150, 256Kb) with Color Display and Debugger
|
||||||
|
permalink: /devices/pcx86/machine/5150/cga/256kb/debugger/
|
||||||
|
machines:
|
||||||
|
- type: pcx86
|
||||||
|
id: ibm5150
|
||||||
|
debugger: true
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include machine.html id="ibm5150" %}
|
||||||
20
devices/pcx86/machine/5150/cga/256kb/debugger/machine.xml
Normal file
20
devices/pcx86/machine/5150/cga/256kb/debugger/machine.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
||||||
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="white">
|
||||||
|
<name pos="center">IBM PC (Model 5150), CGA, 256K, Debugger</name>
|
||||||
|
<computer id="pc-cga-256k" name="IBM PC" resume="1"/>
|
||||||
|
<cpu id="cpu8088" model="8088"/>
|
||||||
|
<debugger id="debugger"/>
|
||||||
|
<ram id="ramLow" addr="0x00000" test="false" comment="no memory test"/>
|
||||||
|
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>
|
||||||
|
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pcx86/rom/5150/1981-04-24/PCBIOS-REV1.json"/>
|
||||||
|
<video ref="/devices/pcx86/video/ibm/cga/ibm-cga.xml"/>
|
||||||
|
<fdc ref="/disks/pcx86/compiled/library.xml"/>
|
||||||
|
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-minimal.xml"/>
|
||||||
|
<panel ref="/devices/pcx86/panel/wide.xml"/>
|
||||||
|
<chipset id="chipset" model="5150" sw1="01001001" sw2="10011000" pos="left" padLeft="8px" padBottom="8px">
|
||||||
|
<control type="switches" label="SW1" binding="sw1" left="0px"/>
|
||||||
|
<control type="switches" label="SW2" binding="sw2" left="0px"/>
|
||||||
|
<control type="description" binding="swdesc" left="0px"/>
|
||||||
|
</chipset>
|
||||||
|
</machine>
|
||||||
10
devices/pcx86/machine/5150/cga/256kb/machine.md
Normal file
10
devices/pcx86/machine/5150/cga/256kb/machine.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: IBM PC (Model 5150, 256Kb) with Color Display
|
||||||
|
permalink: /devices/pcx86/machine/5150/cga/256kb/
|
||||||
|
machines:
|
||||||
|
- type: pcx86
|
||||||
|
id: ibm5150
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include machine.html id="ibm5150" %}
|
||||||
14
devices/pcx86/machine/5150/cga/256kb/machine.xml
Normal file
14
devices/pcx86/machine/5150/cga/256kb/machine.xml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
||||||
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="white">
|
||||||
|
<name pos="center">IBM PC (Model 5150), CGA, 256K</name>
|
||||||
|
<computer id="pc-cga-256k" name="IBM PC"/>
|
||||||
|
<cpu id="cpu8088" model="8088"/>
|
||||||
|
<ram id="ramLow" addr="0x00000" test="false" comment="no memory test"/>
|
||||||
|
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>
|
||||||
|
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pcx86/rom/5150/1981-04-24/PCBIOS-REV1.json"/>
|
||||||
|
<video ref="/devices/pcx86/video/ibm/cga/ibm-cga.xml"/>
|
||||||
|
<fdc ref="/disks/pcx86/compiled/library.xml"/>
|
||||||
|
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-minimal.xml"/>
|
||||||
|
<chipset id="chipset" model="5150" sw1="01001001" sw2="10011000"/>
|
||||||
|
</machine>
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
<machine id="ibm5150" type="pcx86" border="1" width="1000px" pos="center" background="white">
|
||||||
<name>IBM PC (Model 5150), CGA, 384K</name>
|
<name pos="center">IBM PC (Model 5150), CGA, 384K, Soft Keyboard</name>
|
||||||
<computer id="pc-cga-384k" name="IBM PC"/>
|
<computer id="pc-cga-384k" name="IBM PC"/>
|
||||||
<cpu id="cpu8088" model="8088"/>
|
<cpu id="cpu8088" model="8088"/>
|
||||||
<debugger id="debugger"/>
|
<debugger id="debugger"/>
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,11 @@ redirect_from:
|
||||||
---
|
---
|
||||||
|
|
||||||
IBM PC with Color Graphics (CGA) Display
|
IBM PC with Color Graphics (CGA) Display
|
||||||
---
|
----------------------------------------
|
||||||
|
|
||||||
All our Color Graphics (CGA) configurations of the IBM PC Model 5150 are located here, including:
|
All our Color Graphics (CGA) configurations of the IBM PC Model 5150 are located here, including:
|
||||||
|
|
||||||
* [IBM PC (64Kb) with Color Display](/devices/pcx86/machine/5150/cga/64kb/donkey/) ([Debugger](/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/))
|
* [IBM PC (64Kb) with Color Display](/devices/pcx86/machine/5150/cga/64kb/donkey/) ([Debugger](/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/))
|
||||||
* [IBM PC (64Kb) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5150/cga/64kb/softkbd/)
|
* [IBM PC (64Kb) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5150/cga/64kb/softkbd/)
|
||||||
|
* [IBM PC (256Kb) with Color Display](/devices/pcx86/machine/5150/cga/256kb/) ([Debugger](/devices/pcx86/machine/5150/cga/256kb/debugger/))
|
||||||
* [IBM PC (384Kb) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5150/cga/384kb/softkbd/)
|
* [IBM PC (384Kb) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5150/cga/384kb/softkbd/)
|
||||||
|
|
|
||||||
11
devices/pcx86/machine/5150/mda/256kb/debugger/machine.md
Normal file
11
devices/pcx86/machine/5150/mda/256kb/debugger/machine.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: IBM PC (Model 5150, 256Kb) with Monochrome Display and Debugger
|
||||||
|
permalink: /devices/pcx86/machine/5150/mda/256kb/debugger/
|
||||||
|
machines:
|
||||||
|
- type: pcx86
|
||||||
|
id: ibm5150
|
||||||
|
debugger: true
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include machine.html id="ibm5150" %}
|
||||||
20
devices/pcx86/machine/5150/mda/256kb/debugger/machine.xml
Normal file
20
devices/pcx86/machine/5150/mda/256kb/debugger/machine.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
||||||
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
|
<name pos="center">IBM PC (Model 5150), MDA, 256K, Debugger</name>
|
||||||
|
<computer id="pc-mda-256k" name="IBM PC" resume="1"/>
|
||||||
|
<ram id="ramLow" addr="0x00000" test="false" comment="no memory test"/>
|
||||||
|
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>
|
||||||
|
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pcx86/rom/5150/1981-04-24/PCBIOS-REV1.json"/>
|
||||||
|
<video ref="/devices/pcx86/video/ibm/mda/ibm-mda.xml"/>
|
||||||
|
<fdc ref="/disks/pcx86/compiled/library.xml"/>
|
||||||
|
<cpu id="cpu8088" model="8088" autostart="true"/>
|
||||||
|
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-minimal.xml"/>
|
||||||
|
<debugger id="debugger"/>
|
||||||
|
<panel ref="/devices/pcx86/panel/wide.xml"/>
|
||||||
|
<chipset id="chipset" model="5150" sw1="01000001" sw2="10011000" pos="left" padLeft="8px" padBottom="8px">
|
||||||
|
<control type="switches" label="SW1" binding="sw1" left="0px"/>
|
||||||
|
<control type="switches" label="SW2" binding="sw2" left="0px"/>
|
||||||
|
<control type="description" binding="swdesc" left="0px"/>
|
||||||
|
</chipset>
|
||||||
|
</machine>
|
||||||
10
devices/pcx86/machine/5150/mda/256kb/machine.md
Normal file
10
devices/pcx86/machine/5150/mda/256kb/machine.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: IBM PC (Model 5150, 256Kb) with Monochrome Display
|
||||||
|
permalink: /devices/pcx86/machine/5150/mda/256kb/
|
||||||
|
machines:
|
||||||
|
- type: pcx86
|
||||||
|
id: ibm5150
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include machine.html id="ibm5150" %}
|
||||||
17
devices/pcx86/machine/5150/mda/256kb/machine.xml
Normal file
17
devices/pcx86/machine/5150/mda/256kb/machine.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
||||||
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
|
<name pos="center">IBM PC (Model 5150), MDA, 256K</name>
|
||||||
|
<computer id="pc-mda-64k" name="IBM PC"/>
|
||||||
|
<ram id="ramLow" addr="0x00000" test="false" comment="no memory test"/>
|
||||||
|
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>
|
||||||
|
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pcx86/rom/5150/1981-04-24/PCBIOS-REV1.json"/>
|
||||||
|
<video ref="/devices/pcx86/video/ibm/mda/ibm-mda.xml"/>
|
||||||
|
<fdc ref="/disks/pcx86/compiled/library.xml"/>
|
||||||
|
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padLeft="8px" padBottom="8px">
|
||||||
|
<control type="button" binding="run">Run</control>
|
||||||
|
<control type="button" binding="reset">Reset</control>
|
||||||
|
</cpu>
|
||||||
|
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-minimal.xml"/>
|
||||||
|
<chipset id="chipset" model="5150" sw1="01000001" sw2="10011000"/>
|
||||||
|
</machine>
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC (Model 5150) with Monochrome Display</name>
|
<name pos="center">IBM PC (Model 5150), MDA, 64K, Debugger</name>
|
||||||
<computer id="pc-mda-64k" name="IBM PC"/>
|
<computer id="pc-mda-64k" name="IBM PC"/>
|
||||||
<ram id="ramLow" addr="0x00000"/>
|
<ram id="ramLow" addr="0x00000"/>
|
||||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>
|
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="#FAEBD7">
|
||||||
<name pos="center">IBM PC (Model 5150) with Monochrome Display</name>
|
<name pos="center">IBM PC (Model 5150), MDA, 64K</name>
|
||||||
<computer id="pc-mda-64k" name="IBM PC" resume="1"/>
|
<computer id="pc-mda-64k" name="IBM PC" resume="1"/>
|
||||||
<ram id="ramLow" addr="0x00000"/>
|
<ram id="ramLow" addr="0x00000"/>
|
||||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>
|
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/machine.xsl"?>
|
||||||
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="white">
|
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="white">
|
||||||
<name>IBM PC (Model 5150), MDA, 64K</name>
|
<name pos="center">IBM PC (Model 5150), MDA, 64K, Soft Keyboard</name>
|
||||||
<computer id="pc-mda-64k" name="IBM PC"/>
|
<computer id="pc-mda-64k" name="IBM PC"/>
|
||||||
<cpu id="cpu8088" model="8088"/>
|
<cpu id="cpu8088" model="8088"/>
|
||||||
<ram id="ramLow" addr="0x00000"/>
|
<ram id="ramLow" addr="0x00000"/>
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,13 @@ machines:
|
||||||
---
|
---
|
||||||
|
|
||||||
IBM PC with Monochrome (MDA) Display
|
IBM PC with Monochrome (MDA) Display
|
||||||
---
|
------------------------------------
|
||||||
|
|
||||||
All our Monochrome (MDA) configurations of the IBM PC Model 5150 are located here, including:
|
All our Monochrome (MDA) configurations of the IBM PC Model 5150 are located here, including:
|
||||||
|
|
||||||
* [IBM PC (64Kb) with Monochrome Display](/devices/pcx86/machine/5150/mda/64kb/) ([Debugger](/devices/pcx86/machine/5150/mda/64kb/debugger/))
|
* [IBM PC (64Kb) with Monochrome Display](/devices/pcx86/machine/5150/mda/64kb/) ([Debugger](/devices/pcx86/machine/5150/mda/64kb/debugger/))
|
||||||
* [IBM PC (64Kb) with Monochrome Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5150/mda/64kb/softkbd/)
|
* [IBM PC (64Kb) with Monochrome Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5150/mda/64kb/softkbd/)
|
||||||
|
* [IBM PC (256Kb) with Monochrome Display](/devices/pcx86/machine/5150/mda/256kb/) ([Debugger](/devices/pcx86/machine/5150/mda/256kb/debugger/))
|
||||||
|
|
||||||
Below is a 64kb configuration, with a clock speed of 4.77Mhz,
|
Below is a 64kb configuration, with a clock speed of 4.77Mhz,
|
||||||
using the original IBM PC Model 5150 ROM BIOS and MDA font ROM. For more control,
|
using the original IBM PC Model 5150 ROM BIOS and MDA font ROM. For more control,
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
<disk path="/disks/pcx86/diags/ibm/1.02/5150_ADVDIAG_102.json">IBM PC Diagnostics 1.02</disk>
|
<disk path="/disks/pcx86/diags/ibm/1.02/5150_ADVDIAG_102.json">IBM PC Diagnostics 1.02</disk>
|
||||||
<disk path="/disks/pcx86/diags/ibm/2.20/5150_5155_5160_ADVDIAG_220.json">IBM PC Diagnostics 2.20</disk>
|
<disk path="/disks/pcx86/diags/ibm/2.20/5150_5155_5160_ADVDIAG_220.json">IBM PC Diagnostics 2.20</disk>
|
||||||
<disk path="/disks/pcx86/diags/ibm/2.07/5170_ADVDIAG_207.json">IBM PC AT Diagnostics 2.07</disk>
|
<disk path="/disks/pcx86/diags/ibm/2.07/5170_ADVDIAG_207.json">IBM PC AT Diagnostics 2.07</disk>
|
||||||
|
<disk path="/disks/pcx86/dos/ibm/0.90/PCDOS090.json">PC-DOS 0.90</disk>
|
||||||
<disk path="/disks/pcx86/dos/ibm/1.00/PCDOS100.json">PC-DOS 1.00</disk>
|
<disk path="/disks/pcx86/dos/ibm/1.00/PCDOS100.json">PC-DOS 1.00</disk>
|
||||||
<disk path="/disks/pcx86/dos/ibm/1.10/PCDOS110.json">PC-DOS 1.10</disk>
|
<disk path="/disks/pcx86/dos/ibm/1.10/PCDOS110.json">PC-DOS 1.10</disk>
|
||||||
<disk path="/disks/pcx86/dos/ibm/2.00/PCDOS200-DISK1.json">PC-DOS 2.00 (Disk 1)</disk>
|
<disk path="/disks/pcx86/dos/ibm/2.00/PCDOS200-DISK1.json">PC-DOS 2.00 (Disk 1)</disk>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ permalink: /disks/pcx86/dos/
|
||||||
---
|
---
|
||||||
|
|
||||||
PC-DOS and MS-DOS
|
PC-DOS and MS-DOS
|
||||||
---
|
-----------------
|
||||||
|
|
||||||
Information is available for assorted versions of PC-DOS and MS-DOS from these vendors:
|
Information is available for assorted versions of PC-DOS and MS-DOS from these vendors:
|
||||||
|
|
||||||
|
|
|
||||||
1
disks/pcx86/dos/ibm/0.90/PCDOS090.json
Normal file
1
disks/pcx86/dos/ibm/0.90/PCDOS090.json
Normal file
File diff suppressed because one or more lines are too long
70
disks/pcx86/dos/ibm/0.90/README.md
Normal file
70
disks/pcx86/dos/ibm/0.90/README.md
Normal file
|
|
@ -0,0 +1,70 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: PC-DOS 0.90
|
||||||
|
permalink: /disks/pcx86/dos/ibm/0.90/
|
||||||
|
machines:
|
||||||
|
- type: pcx86
|
||||||
|
id: ibm5150-pcdos090
|
||||||
|
config: /devices/pcx86/machine/5150/mda/256kb/machine.xml
|
||||||
|
autoMount:
|
||||||
|
A:
|
||||||
|
path: /disks/pcx86/dos/ibm/0.90/PCDOS090.json
|
||||||
|
---
|
||||||
|
|
||||||
|
PC-DOS 0.90
|
||||||
|
-----------
|
||||||
|
|
||||||
|
There was no PC-DOS 0.90 product *per se*. It has been dubbed version 0.90 simply because it predates
|
||||||
|
[PC-DOS 1.00](../1.00/) by several months. More information about this preliminary version of PC-DOS can
|
||||||
|
be found at the [OS/2 Museum](http://www.os2museum.com/).
|
||||||
|
|
||||||
|
Below is an IBM PC (Model 5150) with an original IBM ROM BIOS and Monochrome (MDA) Display that will boot PC-DOS 0.90.
|
||||||
|
A similar configuration with [Color Display and Debugger](debugger/) is also available.
|
||||||
|
The machine is configured to run at 4.77Mhz, so the ROM BIOS memory test has been disabled,
|
||||||
|
since a PC with 256Kb was rather slow to boot.
|
||||||
|
|
||||||
|
{% include machine.html id="ibm5150-pcdos090" %}
|
||||||
|
|
||||||
|
PC-DOS 0.90 files were distributed on one single-sided (160Kb) diskette. A directory listing of the disk is
|
||||||
|
provided below.
|
||||||
|
|
||||||
|
### Directory of PC-DOS 0.90 Diskette
|
||||||
|
|
||||||
|
Volume in drive A has no label
|
||||||
|
Directory of A:\
|
||||||
|
|
||||||
|
COMMAND COM 2576 05-29-81 12:00a
|
||||||
|
DEBUG COM 5450 05-27-81 12:00a
|
||||||
|
TIME COM 243 05-19-81 12:00a
|
||||||
|
DATE COM 245 05-20-81 12:00a
|
||||||
|
ASM COM 6389 05-15-81 12:00a
|
||||||
|
FORMAT COM 2048 05-29-81 12:00a
|
||||||
|
HEX2BIN COM 483 05-07-81 12:00a
|
||||||
|
BASIC COM 11008 06-04-81 12:00a
|
||||||
|
CHKDSK COM 1224 05-30-81 12:00a
|
||||||
|
EDLIN COM 2231 05-29-81 12:00a
|
||||||
|
MODE COM 675
|
||||||
|
COMMENTS 3561 06-05-81 12:00a
|
||||||
|
MOVBAS COM 128 04-23-81 12:00a
|
||||||
|
BAS18 COM 11008 06-04-81 12:00a
|
||||||
|
BASICA COM 14976 06-04-81 12:00a
|
||||||
|
AUTOEXEC BAT 24
|
||||||
|
SYS COM 896 06-03-81 12:00a
|
||||||
|
BAS18A COM 14976 06-04-81 12:00a
|
||||||
|
COMMENTS BAK 3560 06-05-81 12:00a
|
||||||
|
FCOMP COM 1408 04-13-81 12:00a
|
||||||
|
DISKCOPY COM 1211 06-04-81 12:00a
|
||||||
|
CONVERT COM 3200 04-15-81 12:00a
|
||||||
|
COMP COM 256 04-15-81 12:00a
|
||||||
|
KILO BAS 768 04-23-81 12:00a
|
||||||
|
20HAL COM 1792 04-24-81 12:00a
|
||||||
|
SPCWAR BAS 5120 05-22-81 12:00a
|
||||||
|
TTY ASC 2432 05-22-81 12:00a
|
||||||
|
VCOPY BAT 26 04-24-81 12:00a
|
||||||
|
SHIPS MAC 1792 06-01-81 12:00a
|
||||||
|
CIRCLE MAC 384 06-01-81 12:00a
|
||||||
|
RBAS COM 32768 04-25-81 12:00a
|
||||||
|
THREED BAS 3072
|
||||||
|
CUBE DAT 402 04-30-81 12:00a
|
||||||
|
33 file(s) 136332 bytes
|
||||||
|
8192 bytes free
|
||||||
71
disks/pcx86/dos/ibm/0.90/debugger/README.md
Normal file
71
disks/pcx86/dos/ibm/0.90/debugger/README.md
Normal file
|
|
@ -0,0 +1,71 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "PC-DOS 0.90 (with CGA and Debugger)"
|
||||||
|
permalink: /disks/pcx86/dos/ibm/0.90/debugger/
|
||||||
|
machines:
|
||||||
|
- type: pcx86
|
||||||
|
id: ibm5150-pcdos090
|
||||||
|
debugger: true
|
||||||
|
config: /devices/pcx86/machine/5150/cga/256kb/debugger/machine.xml
|
||||||
|
autoMount:
|
||||||
|
A:
|
||||||
|
path: /disks/pcx86/dos/ibm/0.90/PCDOS090.json
|
||||||
|
---
|
||||||
|
|
||||||
|
PC-DOS 0.90 (with CGA and Debugger)
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
|
There was no PC-DOS 0.90 product *per se*. It has been dubbed version 0.90 simply because it predates
|
||||||
|
[PC-DOS 1.00](../1.00/) by several months. More information about this preliminary version of PC-DOS can
|
||||||
|
be found at the [OS/2 Museum](http://www.os2museum.com/).
|
||||||
|
|
||||||
|
Below is an IBM PC (Model 5150) with an original IBM ROM BIOS and Color (CGA) Display that will boot PC-DOS 0.90.
|
||||||
|
A similar configuration with [Monochrome Display](/disks/pcx86/dos/ibm/0.90/) is also available.
|
||||||
|
The machine is configured to run at 4.77Mhz, so the ROM BIOS memory test has been disabled,
|
||||||
|
since a PC with 256Kb was rather slow to boot.
|
||||||
|
|
||||||
|
{% include machine.html id="ibm5150-pcdos090" %}
|
||||||
|
|
||||||
|
PC-DOS 0.90 files were distributed on one single-sided (160Kb) diskette. A directory listing of the disk is
|
||||||
|
provided below.
|
||||||
|
|
||||||
|
### Directory of PC-DOS 0.90 Diskette
|
||||||
|
|
||||||
|
Volume in drive A has no label
|
||||||
|
Directory of A:\
|
||||||
|
|
||||||
|
COMMAND COM 2576 05-29-81 12:00a
|
||||||
|
DEBUG COM 5450 05-27-81 12:00a
|
||||||
|
TIME COM 243 05-19-81 12:00a
|
||||||
|
DATE COM 245 05-20-81 12:00a
|
||||||
|
ASM COM 6389 05-15-81 12:00a
|
||||||
|
FORMAT COM 2048 05-29-81 12:00a
|
||||||
|
HEX2BIN COM 483 05-07-81 12:00a
|
||||||
|
BASIC COM 11008 06-04-81 12:00a
|
||||||
|
CHKDSK COM 1224 05-30-81 12:00a
|
||||||
|
EDLIN COM 2231 05-29-81 12:00a
|
||||||
|
MODE COM 675
|
||||||
|
COMMENTS 3561 06-05-81 12:00a
|
||||||
|
MOVBAS COM 128 04-23-81 12:00a
|
||||||
|
BAS18 COM 11008 06-04-81 12:00a
|
||||||
|
BASICA COM 14976 06-04-81 12:00a
|
||||||
|
AUTOEXEC BAT 24
|
||||||
|
SYS COM 896 06-03-81 12:00a
|
||||||
|
BAS18A COM 14976 06-04-81 12:00a
|
||||||
|
COMMENTS BAK 3560 06-05-81 12:00a
|
||||||
|
FCOMP COM 1408 04-13-81 12:00a
|
||||||
|
DISKCOPY COM 1211 06-04-81 12:00a
|
||||||
|
CONVERT COM 3200 04-15-81 12:00a
|
||||||
|
COMP COM 256 04-15-81 12:00a
|
||||||
|
KILO BAS 768 04-23-81 12:00a
|
||||||
|
20HAL COM 1792 04-24-81 12:00a
|
||||||
|
SPCWAR BAS 5120 05-22-81 12:00a
|
||||||
|
TTY ASC 2432 05-22-81 12:00a
|
||||||
|
VCOPY BAT 26 04-24-81 12:00a
|
||||||
|
SHIPS MAC 1792 06-01-81 12:00a
|
||||||
|
CIRCLE MAC 384 06-01-81 12:00a
|
||||||
|
RBAS COM 32768 04-25-81 12:00a
|
||||||
|
THREED BAS 3072
|
||||||
|
CUBE DAT 402 04-30-81 12:00a
|
||||||
|
33 file(s) 136332 bytes
|
||||||
|
8192 bytes free
|
||||||
11
disks/pcx86/dos/ibm/0.90/manifest.xml
Normal file
11
disks/pcx86/dos/ibm/0.90/manifest.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.34.3/manifest.xsl"?>
|
||||||
|
<manifest type="software">
|
||||||
|
<title>PC-DOS</title>
|
||||||
|
<version>0.90</version>
|
||||||
|
<type>DOS</type>
|
||||||
|
<category>Operating System</category>
|
||||||
|
<author>IBM/Microsoft</author>
|
||||||
|
<releaseDate/>
|
||||||
|
<disk id="disk01" size="163840" chs="40:1:8" img="archive/PCDOS090.img" href="/disks/pcx86/dos/ibm/0.90/PCDOS090.json" md5="668dce23d681b02b9f43eec3c3834c78" md5json="db8d0dd00ee725e30e9dc011cfdb68dd"/>
|
||||||
|
</manifest>
|
||||||
|
|
@ -12,7 +12,7 @@ machines:
|
||||||
---
|
---
|
||||||
|
|
||||||
PC-DOS 1.00
|
PC-DOS 1.00
|
||||||
---
|
-----------
|
||||||
|
|
||||||
The PCjs machine below is running PC-DOS 1.00.
|
The PCjs machine below is running PC-DOS 1.00.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ IBM PC-DOS
|
||||||
|
|
||||||
Information is available for these versions of IBM PC-DOS:
|
Information is available for these versions of IBM PC-DOS:
|
||||||
|
|
||||||
|
* [PC-DOS 0.90](0.90/) (1981)
|
||||||
* [PC-DOS 1.00](1.00/) (1981)
|
* [PC-DOS 1.00](1.00/) (1981)
|
||||||
* [PC-DOS 1.10](1.10/) (1982)
|
* [PC-DOS 1.10](1.10/) (1982)
|
||||||
* [PC-DOS 2.00](2.00/) (1983)
|
* [PC-DOS 2.00](2.00/) (1983)
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
<manifest ref="/disks/pcx86/empty/manifest.xml"/>
|
<manifest ref="/disks/pcx86/empty/manifest.xml"/>
|
||||||
<manifest ref="/disks/pcx86/cpm/1.1b/manifest.xml"/>
|
<manifest ref="/disks/pcx86/cpm/1.1b/manifest.xml"/>
|
||||||
<manifest ref="/disks/pcx86/diags/ibm/manifest.xml"/>
|
<manifest ref="/disks/pcx86/diags/ibm/manifest.xml"/>
|
||||||
|
<manifest ref="/disks/pcx86/dos/ibm/0.90/manifest.xml"/>
|
||||||
<manifest ref="/disks/pcx86/dos/ibm/1.00/manifest.xml"/>
|
<manifest ref="/disks/pcx86/dos/ibm/1.00/manifest.xml"/>
|
||||||
<manifest ref="/disks/pcx86/dos/ibm/1.10/manifest.xml"/>
|
<manifest ref="/disks/pcx86/dos/ibm/1.10/manifest.xml"/>
|
||||||
<manifest ref="/disks/pcx86/dos/ibm/2.00/manifest.xml"/>
|
<manifest ref="/disks/pcx86/dos/ibm/2.00/manifest.xml"/>
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var path = require("path");
|
var path = require("path");
|
||||||
var fs = require("fs");
|
var fs = require("fs");
|
||||||
var lib = path.join(path.dirname(fs.realpathSync(__filename)), "../lib/");
|
var lib = path.join(path.dirname(fs.realpathSync(__filename)), "../lib/");
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var path = require("path");
|
var path = require("path");
|
||||||
var fs = require("fs");
|
var fs = require("fs");
|
||||||
var lib = path.join(path.dirname(fs.realpathSync(__filename)), "../lib/");
|
var lib = path.join(path.dirname(fs.realpathSync(__filename)), "../lib/");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue