Lots of README normalizations
This commit is contained in:
parent
a9b6feb377
commit
cf35125d34
106 changed files with 246 additions and 245 deletions
25
README.md
25
README.md
|
|
@ -31,7 +31,7 @@ computer hardware, help people understand how these early machines worked, make
|
|||
machine configurations, and provide a platform for running and analyzing old computer software.
|
||||
|
||||
Demos
|
||||
---
|
||||
-----
|
||||
Some pre-configured machines are shown below, ready to run BASIC, DOS, Windows, OS/2, and other assorted software.
|
||||
|
||||

|
||||
|
|
@ -57,7 +57,7 @@ and multiple IBM PC XT machines running side-by-side with [CGA Displays](/device
|
|||
and [EGA Displays](/devices/pcx86/machine/5160/ega/640kb/array/).
|
||||
|
||||
C1Pjs
|
||||
---
|
||||
-----
|
||||
Below is the [OSI Challenger C1P](/docs/c1pjs/), another simulation in the PCjs Project.
|
||||
It simulates Ohio Scientific's 6502-based microcomputer, released in 1978. More details about this simulation
|
||||
and the original machine are available in the [C1Pjs Documentation](/docs/c1pjs/).
|
||||
|
|
@ -69,7 +69,7 @@ and the original machine are available in the [C1Pjs Documentation](/docs/c1pjs/
|
|||
---
|
||||
|
||||
Developer Notes
|
||||
---
|
||||
---------------
|
||||
|
||||
The [PCjs repository](https://github.com/jeffpar/pcjs) on GitHub contains everything needed to run PCjs
|
||||
computer simulations. All the PCjs emulators run in any modern web browser, with or without a web server,
|
||||
|
|
@ -242,7 +242,7 @@ flux as well; for example, *output_wrapper* support is documented in their
|
|||
[blog](https://developers.googleblog.com/2016/08/closure-compiler-in-javascript.html) but hasn't been implemented yet.
|
||||
|
||||
Using PCjs
|
||||
---
|
||||
----------
|
||||
|
||||
### From The Browser
|
||||
|
||||
|
|
@ -263,12 +263,13 @@ pcjs.org home page ([index.md](https://github.com/jeffpar/pcjs/blob/gh-pages/ind
|
|||
layout: page
|
||||
permalink: /
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
resume: 1
|
||||
name: "IBM PC (Model 5150) with Monochrome Display"
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
|
||||
- type: c1p
|
||||
id: demoC1P
|
||||
- id: demoC1P
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/large/machine.xml
|
||||
---
|
||||
|
||||
|
|
@ -325,7 +326,7 @@ I haven't decided whether I'll add support for JSON configuration files to the c
|
|||
to the server, or both.
|
||||
|
||||
Debugging PCjs
|
||||
---
|
||||
--------------
|
||||
|
||||
NOTE: The following information assumes you're running Node as your local web server, not Jekyll. You can certainly
|
||||
debug PCjs while running Jekyll (ideally with `--config _config.yml,_developer.yml`), using `http://localhost:4000/`
|
||||
|
|
@ -399,7 +400,7 @@ specified page; e.g.:
|
|||
More information about the *resume* attribute is available in the [documentation](/docs/pcx86/computer/#attributes).
|
||||
|
||||
Updating PCjs
|
||||
---
|
||||
-------------
|
||||
|
||||
### Developing
|
||||
|
||||
|
|
@ -437,7 +438,7 @@ manually or with the Grunt "clean" task:
|
|||
<!--END:EXCLUDE-->
|
||||
|
||||
License
|
||||
---
|
||||
-------
|
||||
The [PCjs Project](https://github.com/jeffpar/pcjs) is now an open-source project on [GitHub](http://github.com/).
|
||||
All published portions are free for redistribution and/or modification under the terms of the
|
||||
[GNU General Public License](/LICENSE) as published by the Free Software Foundation, either version 3 of the License,
|
||||
|
|
@ -453,7 +454,7 @@ or computer that runs any version of this software.
|
|||
See [LICENSE](/LICENSE) for details.
|
||||
|
||||
More Information
|
||||
---
|
||||
----------------
|
||||
Learn more about the [PCjs Project](/docs/about/) and [PCx86](/docs/about/pcx86/). To
|
||||
create your own PCx86 machines, see the [PCx86 Documentation](/docs/pcx86/) for details.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ 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
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC (Model 5150, 256Kb) with Color Display
|
||||
permalink: /devices/pcx86/machine/5150/cga/256kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5150" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC (Model 5150, 384Kb) with Color Display and Soft Keyboard
|
||||
permalink: /devices/pcx86/machine/5150/cga/384kb/softkbd/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC (Model 5150, 64Kb) with Color Display and Soft Keyboard
|
||||
permalink: /devices/pcx86/machine/5150/cga/64kb/softkbd/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ 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
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC (Model 5150, 256Kb) with Monochrome Display
|
||||
permalink: /devices/pcx86/machine/5150/mda/256kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5150" %}
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5150/mda/64kb/debugger/
|
|||
redirect_from:
|
||||
- /configs/pc/machines/5150/mda/64kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ redirect_from:
|
|||
- /configs/pc/machines/5150/mda/64kb/index.xml/
|
||||
- /configs/pc/machines/5150/mda/64kb/machine.xml/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5150" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC (Model 5150, 64Kb) with Monochrome Display and Soft Keyboard
|
||||
permalink: /devices/pcx86/machine/5150/mda/64kb/softkbd/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ redirect_from:
|
|||
- /configs/pc/machines/5160/cga/256kb/
|
||||
- /configs/pc/machines/5160/cga/256kb/demo/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
IBM PC XT (256Kb) with Color Display
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) Machine Array with CGA Displays
|
||||
permalink: /devices/pcx86/machine/5160/cga/256kb/array/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-1
|
||||
- type: pcx86
|
||||
id: ibm5160-2
|
||||
- id: ibm5160-1
|
||||
type: pcx86
|
||||
- id: ibm5160-2
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
IBM PC XT Machine Array with CGA Displays
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ redirect_from:
|
|||
- /configs/pc/machines/5160/cga/256kb/demo/debugger/
|
||||
- /devices/pcx86/machine/5160/cga/256kb/demo/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Soft Keyboard
|
||||
permalink: /devices/pcx86/machine/5160/cga/256kb/softkbd/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5160/cga/512kb/softkbd/
|
|||
redirect_from:
|
||||
- /configs/pc/machines/5160/cga/512kb/softkbd/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5160/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display
|
||||
permalink: /devices/pcx86/machine/5160/cga/640kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5160" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Soft Keyboard
|
||||
permalink: /devices/pcx86/machine/5160/cga/640kb/softkbd/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5160" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with EGA Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5160/ega/256kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5160/ega/256kb/
|
|||
redirect_from:
|
||||
- /configs/pc/machines/5160/ega/256kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5160" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5160/ega/640kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5160/ega/640kb/
|
|||
redirect_from:
|
||||
- /configs/pc/machines/5160/ega/640kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5160" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5160/mda/256kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 80188, 256Kb) with Monochrome Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5160/mda/256kb/fake188/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 80188, 256Kb) with Monochrome Display
|
||||
permalink: /devices/pcx86/machine/5160/mda/256kb/fake188/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5160" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display
|
||||
permalink: /devices/pcx86/machine/5160/mda/256kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5160" %}
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5160/mda/64kb/softkbd/
|
|||
redirect_from:
|
||||
- /configs/pc/machines/5160/mda/64kb/softkbd/index.xml/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 640Kb) with CGA Display
|
||||
permalink: /devices/pcx86/machine/5170/cga/640kb/rev3/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 640Kb) with CGA Display
|
||||
permalink: /devices/pcx86/machine/5170/cga/640kb/rev3/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 1152Kb) with EGA Display and 20Mb Hard Disk
|
||||
permalink: /devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ permalink: /devices/pcx86/machine/5170/ega/1152kb/rev1/
|
|||
redirect_from:
|
||||
- /configs/pc/machines/5170/ega/1152kb/rev1/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
uncompiled: true # for now, debugger and uncompiled must be true to enable BACKTRACK support
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display
|
||||
permalink: /devices/pcx86/machine/5170/ega/1152kb/rev3/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with EGA Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
uncompiled: true # for now, debugger and uncompiled must be true to enable BACKTRACK support
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display
|
||||
permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 640Kb) with EGA Display
|
||||
permalink: /devices/pcx86/machine/5170/ega/640kb/rev1/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ redirect_from:
|
|||
- /configs/pc/machines/5170/ega/640kb/
|
||||
- /configs/pc/machines/5170/ega/640kb/rev1/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 640Kb) with MDA Display
|
||||
permalink: /devices/pcx86/machine/5170/mda/640kb/rev3/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 640Kb) with MDA Display
|
||||
permalink: /devices/pcx86/machine/5170/mda/640kb/rev3/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5170/vga/2048kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display
|
||||
permalink: /devices/pcx86/machine/5170/vga/2048kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 4Mb, 20Mb Drive) with VGA Display and Debugger
|
||||
permalink: /devices/pcx86/machine/5170/vga/4096kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM PC AT (Model 5170, 4Mb, 20Mb Drive) with VGA Display
|
||||
permalink: /devices/pcx86/machine/5170/vga/4096kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="ibm5170" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: AT&T Personal Computer 6300 with Color Display
|
||||
permalink: /devices/pcx86/machine/att/6300/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: att6300
|
||||
- id: att6300
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: AT&T Personal Computer 6300 with Color Display
|
||||
permalink: /devices/pcx86/machine/att/6300/cga/640kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: att6300
|
||||
- id: att6300
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="att6300" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Columbia Data Products MPC 1600 with Color Display and Debugger
|
||||
permalink: /devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: mpc1600
|
||||
- id: mpc1600
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Columbia Data Products MPC 1600 with Color Display
|
||||
permalink: /devices/pcx86/machine/cdp/mpc1600/cga/640kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: mpc1600
|
||||
- id: mpc1600
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="mpc1600" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ EGA
|
||||
permalink: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ EGA
|
||||
permalink: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="deskpro386" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 (4Mb) with COMPAQ EGA
|
||||
permalink: /devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 (4Mb) with COMPAQ EGA
|
||||
permalink: /devices/pcx86/machine/compaq/deskpro386/ega/4096kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="deskpro386" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA
|
||||
permalink: /devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
debugger: true
|
||||
uncompiled: true # for now, debugger and uncompiled must be true to enable BACKTRACK support
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA
|
||||
permalink: /devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 (2Mb) with IBM VGA
|
||||
permalink: /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 (2Mb) with IBM VGA
|
||||
permalink: /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="deskpro386" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 (4Mb) with IBM VGA
|
||||
permalink: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 (4Mb) with IBM VGA
|
||||
permalink: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="deskpro386" %}
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ layout: page
|
|||
title: Build Your Own PC
|
||||
permalink: /devices/pcx86/machine/custom/
|
||||
machines:
|
||||
- type: pcx86
|
||||
- id: custom-pc
|
||||
type: pcx86
|
||||
name: Custom PC
|
||||
id: custom-pc
|
||||
uncompiled: true
|
||||
autoPower: false
|
||||
build: build-pc
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Zenith Z-150 with Color Display and Debugger
|
||||
permalink: /devices/pcx86/machine/zenith/z150/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: z150
|
||||
- id: z150
|
||||
type: pcx86
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Zenith Z-150 with Color Display
|
||||
permalink: /devices/pcx86/machine/zenith/z150/cga/640kb/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: z150
|
||||
- id: z150
|
||||
type: pcx86
|
||||
---
|
||||
|
||||
{% include machine.html id="z150" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: TopView 1.01
|
||||
permalink: /disks/pcx86/apps/ibm/topview/1.01/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Omniview 386 4.30
|
||||
permalink: /disks/pcx86/apps/other/omniview/4.30/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: compaq386
|
||||
- id: compaq386
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
@ -14,7 +14,7 @@ machines:
|
|||
---
|
||||
|
||||
Omniview 386 4.30
|
||||
---
|
||||
-----------------
|
||||
|
||||
The COMPAQ DeskPro 386 machine below is recommended for Omniview 386 4.30.
|
||||
A [directory listing](#directory-of-omniview-386-430) is also provided.
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: SuperCalc2 1.00
|
||||
permalink: /disks/pcx86/apps/other/sc2/1.00/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-sc2
|
||||
- id: ibm5150-sc2
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/cga/256kb/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: SuperCalc3 1.00
|
||||
permalink: /disks/pcx86/apps/other/sc3/1.00/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-sc3
|
||||
- id: ibm5160-sc3
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "IBM PC (Model 5150) running IBM PC Advanced Diagnostics 1.02"
|
||||
permalink: /disks/pcx86/diags/ibm/1.02/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
debugger: true
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/debugger/machine.xml
|
||||
autoMount:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "IBM PC AT (Model 5170) running IBM PC AT Advanced Diagnostics 2.07"
|
||||
permalink: /disks/pcx86/diags/ibm/2.07/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
config: /devices/pcx86/machine/5170/vga/4096kb/debugger/machine.xml
|
||||
autoMount:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "IBM PC (Model 5150) running IBM PC Advanced Diagnostics 2.20"
|
||||
permalink: /disks/pcx86/diags/ibm/2.20/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
debugger: true
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/debugger/machine.xml
|
||||
autoMount:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ MS-DOS 1.11
|
||||
permalink: /disks/pcx86/dos/compaq/1.11/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-compaq111
|
||||
- id: ibm5150-compaq111
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
|
||||
resume: 1
|
||||
autoMount:
|
||||
|
|
@ -13,7 +13,7 @@ machines:
|
|||
---
|
||||
|
||||
COMPAQ MS-DOS 1.11
|
||||
---
|
||||
------------------
|
||||
|
||||
Released in 1983 by COMPAQ Computer Corp, this early version of MS-DOS displays the following messages on boot:
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ MS-DOS 1.12
|
||||
permalink: /disks/pcx86/dos/compaq/1.12/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-compaq112
|
||||
- id: ibm5150-compaq112
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
|
||||
resume: 1
|
||||
autoMount:
|
||||
|
|
@ -13,7 +13,7 @@ machines:
|
|||
---
|
||||
|
||||
COMPAQ MS-DOS 1.12
|
||||
---
|
||||
------------------
|
||||
|
||||
Released in 1983 by COMPAQ Computer Corp, this early version of MS-DOS displays the following messages on boot:
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: COMPAQ MS-DOS 2.12
|
||||
permalink: /disks/pcx86/dos/compaq/2.12/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-compaq212
|
||||
- id: ibm5160-compaq212
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/mda/256kb/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
@ -12,7 +12,7 @@ machines:
|
|||
---
|
||||
|
||||
COMPAQ MS-DOS 2.12
|
||||
---
|
||||
------------------
|
||||
|
||||
Released in 1984 by COMPAQ Computer Corp, this early version of MS-DOS displays the following messages on boot:
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: PC-DOS 0.90
|
||||
permalink: /disks/pcx86/dos/ibm/0.90/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-pcdos090
|
||||
- id: ibm5150-pcdos090
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/cga/256kb/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "PC-DOS 0.90 (with Debugger)"
|
||||
permalink: /disks/pcx86/dos/ibm/0.90/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-pcdos090
|
||||
- id: ibm5150-pcdos090
|
||||
type: pcx86
|
||||
debugger: true
|
||||
config: /devices/pcx86/machine/5150/mda/256kb/debugger/machine.xml
|
||||
resume: 1
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: PC-DOS 1.00
|
||||
permalink: /disks/pcx86/dos/ibm/1.00/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-pcdos100
|
||||
- id: ibm5150-pcdos100
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
|
||||
resume: 1
|
||||
autoMount:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: PC-DOS 1.10
|
||||
permalink: /disks/pcx86/dos/ibm/1.10/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-pcdos110
|
||||
- id: ibm5150-pcdos110
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
|
||||
resume: 1
|
||||
autoMount:
|
||||
|
|
@ -13,7 +13,7 @@ machines:
|
|||
---
|
||||
|
||||
PC-DOS 1.10
|
||||
---
|
||||
-----------
|
||||
|
||||
The PCjs machine below is running PC-DOS 1.10.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,16 +3,16 @@ layout: page
|
|||
title: PC-DOS 4.00
|
||||
permalink: /disks/pcx86/dos/ibm/4.00/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170-pcdos400
|
||||
- id: ibm5170-pcdos400
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
path: /disks/pcx86/dos/ibm/4.00/PCDOS400-DISK1.json
|
||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
|
||||
---
|
||||
|
||||
PC-DOS 4.00
|
||||
---
|
||||
-----------
|
||||
|
||||
PC-DOS 4.00 was released in July 1988.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,17 +3,17 @@ layout: page
|
|||
title: PC-DOS 5.00
|
||||
permalink: /disks/pcx86/dos/ibm/5.00/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170-pcdos500
|
||||
- id: ibm5170-pcdos500
|
||||
type: pcx86
|
||||
debugger: true
|
||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
path: /disks/pcx86/dos/ibm/5.00/PCDOS500-DISK1-720K.json
|
||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml
|
||||
---
|
||||
|
||||
PC-DOS 5.00
|
||||
---
|
||||
-----------
|
||||
|
||||
PC-DOS 5.00 was released in June 1991.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,16 +3,16 @@ layout: page
|
|||
title: PC-DOS 6.10
|
||||
permalink: /disks/pcx86/dos/ibm/6.10/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170-pcdos610
|
||||
- id: ibm5170-pcdos610
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
path: /disks/pcx86/dos/ibm/6.10/PCDOS610-DISK1-1440K.json
|
||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
|
||||
---
|
||||
|
||||
PC-DOS 6.10
|
||||
---
|
||||
-----------
|
||||
|
||||
PC-DOS 6.10 was released in June 1993.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,16 +3,16 @@ layout: page
|
|||
title: PC-DOS 6.30
|
||||
permalink: /disks/pcx86/dos/ibm/6.30/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170-pcdos630
|
||||
- id: ibm5170-pcdos630
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
path: /disks/pcx86/dos/ibm/6.30/PCDOS630-DISK1-1440K.json
|
||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
|
||||
---
|
||||
|
||||
PC-DOS 6.30
|
||||
---
|
||||
-----------
|
||||
|
||||
PC-DOS 6.30 was released in December 1993.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,16 +3,16 @@ layout: page
|
|||
title: PC-DOS 7.00
|
||||
permalink: /disks/pcx86/dos/ibm/7.00/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170-pcdos700
|
||||
- id: ibm5170-pcdos700
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
path: /disks/pcx86/dos/ibm/7.00/PCDOS700-DISK1.json
|
||||
config: /devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
|
||||
---
|
||||
|
||||
PC-DOS 7.00
|
||||
---
|
||||
-----------
|
||||
|
||||
PC-DOS 7.00 was released in April 1995. The disks used the [XDF Format](/blog/2014/10/28/).
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Microsoft MS-DOS 3.20
|
||||
permalink: /disks/pcx86/dos/microsoft/3.20/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170-msdos320
|
||||
- id: ibm5170-msdos320
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5170/ega/640kb/rev1/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
@ -13,7 +13,7 @@ machines:
|
|||
---
|
||||
|
||||
Microsoft MS-DOS 3.20
|
||||
---
|
||||
---------------------
|
||||
|
||||
The MS-DOS 3.20 disks in the PCjs collection are the only known non-OEM copies of that release
|
||||
available online. All other known MS-DOS 3.20 disk images are OEM releases (eg, HP, Zenith, Data General,
|
||||
|
|
@ -23,8 +23,7 @@ Directory listings of the four 360Kb distribution diskettes are provided [below]
|
|||
|
||||
{% include machine.html id="ibm5170-msdos320" %}
|
||||
|
||||
Directory Listings
|
||||
---
|
||||
### Directory Listings
|
||||
|
||||
Disks 3 and 4 contained a printed date of `March 21, 1986` (see the photo below), which is consistent with
|
||||
the file timestamps (`2-14-86` and `3-14-86`) on those disks. However, all the files on Disks 1 and 2 are
|
||||
|
|
@ -45,7 +44,7 @@ order. As proof, the following data from Disk 1:
|
|||
00013e00 72 70 20 31 39 38 31 2d 31 39 38 36 0d 0a 0d 0a |rp 1981-1986....|
|
||||
|
||||
matches the data listed at [16bitos.com](http://16bitos.com/320ms.htm), as do the MD5 checksums of IO.SYS,
|
||||
MSDODS.SYS and COMMAND.COM.
|
||||
MSDOS.SYS and COMMAND.COM.
|
||||
|
||||
### Directory of MS-DOS 3.20 (Disk 1)
|
||||
|
||||
|
|
@ -122,7 +121,8 @@ MSDODS.SYS and COMMAND.COM.
|
|||
1 File(s) 56320 bytes free
|
||||
|
||||
Surprisingly Bad Bug in MS-DOS 3.20
|
||||
---
|
||||
-----------------------------------
|
||||
|
||||
If you attempt to boot MS-DOS 3.20 on an [IBM PC Model 5150](/devices/pcx86/machine/5150/cga/384kb/softkbd/) (with either
|
||||
an MDA or CGA video card), the machine will appear to crash after printing the first character.
|
||||
|
||||
|
|
@ -167,7 +167,7 @@ but that release apparently wasn't made available until almost a year later (MS-
|
|||
`5-01-87`).
|
||||
|
||||
MS-DOS 3.20 Photos
|
||||
---
|
||||
------------------
|
||||
|
||||
Here's what one of the MS-DOS 3.20 diskettes looked like.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Microsoft MS-DOS 4.00
|
||||
permalink: /disks/pcx86/dos/microsoft/4.00/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170-msdos400
|
||||
- id: ibm5170-msdos400
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5170/ega/640kb/rev1/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
@ -13,7 +13,7 @@ machines:
|
|||
---
|
||||
|
||||
Microsoft MS-DOS 4.00
|
||||
---
|
||||
---------------------
|
||||
|
||||
The PCjs machine below is running PC-DOS 4.00.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Microsoft MS-DOS 4.01
|
||||
permalink: /disks/pcx86/dos/microsoft/4.01/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170-msdos401
|
||||
- id: ibm5170-msdos401
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5170/ega/640kb/rev1/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
@ -13,7 +13,7 @@ machines:
|
|||
---
|
||||
|
||||
Microsoft MS-DOS 4.01
|
||||
---
|
||||
---------------------
|
||||
|
||||
The PCjs machine below is running PC-DOS 4.01.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ redirect_from:
|
|||
- /disks/pc/dos/microsoft/4.0M/
|
||||
- /videos/pcjs/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
config: /devices/pcx86/machine/5160/cga/640kb/softkbd/machine.xml
|
||||
autoMount:
|
||||
|
|
@ -20,7 +20,7 @@ machines:
|
|||
---
|
||||
|
||||
Multitasking MS-DOS 4.00
|
||||
---
|
||||
------------------------
|
||||
|
||||
These disk images contain the first unearthed copy of Microsoft's "multitasking" version of MS-DOS
|
||||
since its *extremely* limited release around late 1985 or early 1986. They were were discovered by the
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ machines:
|
|||
---
|
||||
|
||||
The Hitchhiker's Guide to the Galaxy
|
||||
---
|
||||
------------------------------------
|
||||
|
||||
{% include machine.html id="ibm5150-hhiker" %}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ machines:
|
|||
---
|
||||
|
||||
Planetfall
|
||||
---
|
||||
----------
|
||||
|
||||
{% include machine.html id="ibm5150-planet" %}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ machines:
|
|||
---
|
||||
|
||||
Zork I
|
||||
---
|
||||
------
|
||||
|
||||
{% include machine.html id="ibm5150-zork1" %}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ machines:
|
|||
---
|
||||
|
||||
Zork II
|
||||
---
|
||||
-------
|
||||
|
||||
{% include machine.html id="ibm5150-zork2" %}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ machines:
|
|||
---
|
||||
|
||||
Zork III
|
||||
---
|
||||
--------
|
||||
|
||||
{% include machine.html id="ibm5150-zork3" %}
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM OS/2 1.0
|
||||
permalink: /disks/pcx86/os2/ibm/1.0/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
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"}]'
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: IBM OS/2 1.1
|
||||
permalink: /disks/pcx86/os2/ibm/1.1/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5170
|
||||
- id: ibm5170
|
||||
type: pcx86
|
||||
debugger: true
|
||||
messages: fault
|
||||
config: /devices/pcx86/machine/5170/vga/4096kb/debugger/machine.xml
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ machines:
|
|||
---
|
||||
|
||||
OS/2 1.0 Debugger Boot Disk
|
||||
---
|
||||
---------------------------
|
||||
|
||||
This disk contained a version of OS/2 1.0 built on October 12, 1988, which included the built-in kernel debugger
|
||||
used by Microsoft and IBM for internal development, along with a rudimentary program selector.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ machines:
|
|||
---
|
||||
|
||||
OS/2 CP-DOS Boot Disk (v7.68)
|
||||
---
|
||||
-----------------------------
|
||||
|
||||
This disk contained a pre-1.0 version of OS/2 (aka **CP-DOS** or **MT-DOS** or **ADOS** or **286DOS** or **DOS5**)
|
||||
built on October 22, 1986, with a few files (IBMDOS.COM and NLS.EXE) apparently rebuilt on October 23, 1986.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ machines:
|
|||
---
|
||||
|
||||
OS/2 SIZZLE Boot Disk (v7.68.18)
|
||||
---
|
||||
--------------------------------
|
||||
|
||||
This disk contained a pre-1.0 version of OS/2 built on January 7, 1987, which was based on an interim
|
||||
source code fork known as **SIZZLE**, the code-name for a collection of changes intended to improve overall
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ machines:
|
|||
---
|
||||
|
||||
OS/2 SIZZLE Boot Disk (v7.68.18 DEBUG)
|
||||
---
|
||||
--------------------------------------
|
||||
|
||||
This disk contained a *DEBUG* pre-1.0 version of OS/2 built on January 7, 1987, and
|
||||
it is largely identical to the [OS/2 SIZZLE Boot Disk (v7.68.18)](/disks/pcx86/os2/misc/cpdos/87007/), with
|
||||
|
|
|
|||
|
|
@ -8,15 +8,15 @@ machines:
|
|||
- id: deskpro386
|
||||
type: pcx86
|
||||
debugger: true
|
||||
messages: warn
|
||||
config: /devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
path: /disks/pcx86/os2/misc/football/FOOTBALL-76817.json
|
||||
messages: warn
|
||||
config: /devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/machine.xml
|
||||
---
|
||||
|
||||
OS/2 FOOTBALL Boot Disk (v7.68.17)
|
||||
---
|
||||
----------------------------------
|
||||
|
||||
This disk contained a prototype version of OS/2 from February 1987, code-named **FOOTBALL**
|
||||
(aka **PIGSKIN**). It predated the completion of OS/2 1.0 by some eight months and was based on the
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ machines:
|
|||
---
|
||||
|
||||
OS/2 FOOTBALL Boot Disk (v4.41.00)
|
||||
---
|
||||
----------------------------------
|
||||
|
||||
This disk contained an updated version of [OS/2 FOOTBALL Boot Disk (v7.68.17)](/disks/pcx86/os2/misc/football/87058/).
|
||||
It was built in December 1987, using final OS/2 1.0 sources merged with assorted FOOTBALL changes, and although
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: PC-SIG Library 8th Edition CD-ROM (April 1990) (with Debugger)
|
||||
permalink: /disks/pcx86/shareware/pcsig08/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-pcsig08
|
||||
- id: ibm5150-pcsig08
|
||||
type: pcx86
|
||||
config: /disks/pcx86/shareware/pcsig08/debugger/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ redirect_from:
|
|||
- /configs/pc/machines/5160/cga/256kb/win101/softkbd/machine.xml/
|
||||
- /devices/pcx86/machine/5160/cga/256kb/win101/softkbd/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160
|
||||
- id: ibm5160
|
||||
type: pcx86
|
||||
debugger: true
|
||||
state: /disks/pcx86/windows/1.01/cga/state.json
|
||||
config: /devices/pcx86/machine/5160/cga/256kb/softkbd/machine.xml
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue