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
|
|
@ -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/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/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.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>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ permalink: /disks/pcx86/dos/
|
|||
---
|
||||
|
||||
PC-DOS and MS-DOS
|
||||
---
|
||||
-----------------
|
||||
|
||||
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
|
||||
---
|
||||
-----------
|
||||
|
||||
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:
|
||||
|
||||
* [PC-DOS 0.90](0.90/) (1981)
|
||||
* [PC-DOS 1.00](1.00/) (1981)
|
||||
* [PC-DOS 1.10](1.10/) (1982)
|
||||
* [PC-DOS 2.00](2.00/) (1983)
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
<manifest ref="/disks/pcx86/empty/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/cpm/1.1b/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.10/manifest.xml"/>
|
||||
<manifest ref="/disks/pcx86/dos/ibm/2.00/manifest.xml"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue