diff --git a/README.md b/README.md index 441f1e482..1b9f24415 100644 --- a/README.md +++ b/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. ![IBM PC running VisiCalc](/apps/pcx86/1981/visicalc/thumbnail.jpg "link:/apps/pcx86/1981/visicalc/:200:120") @@ -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: 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. diff --git a/devices/pcx86/machine/5150/cga/256kb/debugger/machine.md b/devices/pcx86/machine/5150/cga/256kb/debugger/machine.md index 76b2792d1..d45c6e4e3 100644 --- a/devices/pcx86/machine/5150/cga/256kb/debugger/machine.md +++ b/devices/pcx86/machine/5150/cga/256kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5150/cga/256kb/machine.md b/devices/pcx86/machine/5150/cga/256kb/machine.md index 557c6c33d..8a30f1412 100644 --- a/devices/pcx86/machine/5150/cga/256kb/machine.md +++ b/devices/pcx86/machine/5150/cga/256kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5150/cga/384kb/softkbd/machine.md b/devices/pcx86/machine/5150/cga/384kb/softkbd/machine.md index 68278fbd1..e4339775d 100644 --- a/devices/pcx86/machine/5150/cga/384kb/softkbd/machine.md +++ b/devices/pcx86/machine/5150/cga/384kb/softkbd/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5150/cga/64kb/softkbd/machine.md b/devices/pcx86/machine/5150/cga/64kb/softkbd/machine.md index 7f66a0de0..6a30a8ea8 100644 --- a/devices/pcx86/machine/5150/cga/64kb/softkbd/machine.md +++ b/devices/pcx86/machine/5150/cga/64kb/softkbd/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5150/mda/256kb/debugger/machine.md b/devices/pcx86/machine/5150/mda/256kb/debugger/machine.md index be1aaa7fd..7ecab3d91 100644 --- a/devices/pcx86/machine/5150/mda/256kb/debugger/machine.md +++ b/devices/pcx86/machine/5150/mda/256kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5150/mda/256kb/machine.md b/devices/pcx86/machine/5150/mda/256kb/machine.md index 7936ea273..fbf1200fb 100644 --- a/devices/pcx86/machine/5150/mda/256kb/machine.md +++ b/devices/pcx86/machine/5150/mda/256kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5150/mda/64kb/debugger/machine.md b/devices/pcx86/machine/5150/mda/64kb/debugger/machine.md index 6d9156ea2..0af252b40 100644 --- a/devices/pcx86/machine/5150/mda/64kb/debugger/machine.md +++ b/devices/pcx86/machine/5150/mda/64kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5150/mda/64kb/machine.md b/devices/pcx86/machine/5150/mda/64kb/machine.md index d5cae5c6b..41dac01c0 100644 --- a/devices/pcx86/machine/5150/mda/64kb/machine.md +++ b/devices/pcx86/machine/5150/mda/64kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5150/mda/64kb/softkbd/machine.md b/devices/pcx86/machine/5150/mda/64kb/softkbd/machine.md index 50128ecf3..462a28bb1 100644 --- a/devices/pcx86/machine/5150/mda/64kb/softkbd/machine.md +++ b/devices/pcx86/machine/5150/mda/64kb/softkbd/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5160/cga/256kb/README.md b/devices/pcx86/machine/5160/cga/256kb/README.md index c62175edd..719a9cda6 100644 --- a/devices/pcx86/machine/5160/cga/256kb/README.md +++ b/devices/pcx86/machine/5160/cga/256kb/README.md @@ -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 diff --git a/devices/pcx86/machine/5160/cga/256kb/array/README.md b/devices/pcx86/machine/5160/cga/256kb/array/README.md index d1c075034..d50db0b50 100644 --- a/devices/pcx86/machine/5160/cga/256kb/array/README.md +++ b/devices/pcx86/machine/5160/cga/256kb/array/README.md @@ -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 diff --git a/devices/pcx86/machine/5160/cga/256kb/debugger/machine.md b/devices/pcx86/machine/5160/cga/256kb/debugger/machine.md index 8d7050175..984efa81f 100644 --- a/devices/pcx86/machine/5160/cga/256kb/debugger/machine.md +++ b/devices/pcx86/machine/5160/cga/256kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5160/cga/256kb/softkbd/machine.md b/devices/pcx86/machine/5160/cga/256kb/softkbd/machine.md index 3e0048961..7b1ee5fe1 100644 --- a/devices/pcx86/machine/5160/cga/256kb/softkbd/machine.md +++ b/devices/pcx86/machine/5160/cga/256kb/softkbd/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5160/cga/512kb/softkbd/machine.md b/devices/pcx86/machine/5160/cga/512kb/softkbd/machine.md index 78c0f2e9c..f946b9d35 100644 --- a/devices/pcx86/machine/5160/cga/512kb/softkbd/machine.md +++ b/devices/pcx86/machine/5160/cga/512kb/softkbd/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5160/cga/640kb/debugger/machine.md b/devices/pcx86/machine/5160/cga/640kb/debugger/machine.md index d8f57cd4c..d91431995 100644 --- a/devices/pcx86/machine/5160/cga/640kb/debugger/machine.md +++ b/devices/pcx86/machine/5160/cga/640kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5160/cga/640kb/machine.md b/devices/pcx86/machine/5160/cga/640kb/machine.md index 13c103425..b9d09b488 100644 --- a/devices/pcx86/machine/5160/cga/640kb/machine.md +++ b/devices/pcx86/machine/5160/cga/640kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5160/cga/640kb/softkbd/machine.md b/devices/pcx86/machine/5160/cga/640kb/softkbd/machine.md index 58dd5e78f..b616916e7 100644 --- a/devices/pcx86/machine/5160/cga/640kb/softkbd/machine.md +++ b/devices/pcx86/machine/5160/cga/640kb/softkbd/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5160/ega/256kb/debugger/machine.md b/devices/pcx86/machine/5160/ega/256kb/debugger/machine.md index 5f66af9a8..7a1dd583d 100644 --- a/devices/pcx86/machine/5160/ega/256kb/debugger/machine.md +++ b/devices/pcx86/machine/5160/ega/256kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5160/ega/256kb/machine.md b/devices/pcx86/machine/5160/ega/256kb/machine.md index 026e83b73..371f730b3 100644 --- a/devices/pcx86/machine/5160/ega/256kb/machine.md +++ b/devices/pcx86/machine/5160/ega/256kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5160/ega/640kb/debugger/machine.md b/devices/pcx86/machine/5160/ega/640kb/debugger/machine.md index 047bae1a0..d665dfc4e 100644 --- a/devices/pcx86/machine/5160/ega/640kb/debugger/machine.md +++ b/devices/pcx86/machine/5160/ega/640kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5160/ega/640kb/machine.md b/devices/pcx86/machine/5160/ega/640kb/machine.md index ad3910b04..2037d20d3 100644 --- a/devices/pcx86/machine/5160/ega/640kb/machine.md +++ b/devices/pcx86/machine/5160/ega/640kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5160/mda/256kb/debugger/machine.md b/devices/pcx86/machine/5160/mda/256kb/debugger/machine.md index 68148c5bc..52756fc62 100644 --- a/devices/pcx86/machine/5160/mda/256kb/debugger/machine.md +++ b/devices/pcx86/machine/5160/mda/256kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5160/mda/256kb/fake188/debugger/machine.md b/devices/pcx86/machine/5160/mda/256kb/fake188/debugger/machine.md index 3e555c834..f323378bf 100644 --- a/devices/pcx86/machine/5160/mda/256kb/fake188/debugger/machine.md +++ b/devices/pcx86/machine/5160/mda/256kb/fake188/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5160/mda/256kb/fake188/machine.md b/devices/pcx86/machine/5160/mda/256kb/fake188/machine.md index 13bc3bdc3..2760eb8a5 100644 --- a/devices/pcx86/machine/5160/mda/256kb/fake188/machine.md +++ b/devices/pcx86/machine/5160/mda/256kb/fake188/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5160/mda/256kb/machine.md b/devices/pcx86/machine/5160/mda/256kb/machine.md index cd6afae0a..076e9a86d 100644 --- a/devices/pcx86/machine/5160/mda/256kb/machine.md +++ b/devices/pcx86/machine/5160/mda/256kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5160/mda/64kb/softkbd/machine.md b/devices/pcx86/machine/5160/mda/64kb/softkbd/machine.md index 76b600657..a61d7cbf8 100644 --- a/devices/pcx86/machine/5160/mda/64kb/softkbd/machine.md +++ b/devices/pcx86/machine/5160/mda/64kb/softkbd/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/cga/640kb/rev3/debugger/machine.md b/devices/pcx86/machine/5170/cga/640kb/rev3/debugger/machine.md index 8ed02303c..7f3ef5938 100644 --- a/devices/pcx86/machine/5170/cga/640kb/rev3/debugger/machine.md +++ b/devices/pcx86/machine/5170/cga/640kb/rev3/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/cga/640kb/rev3/machine.md b/devices/pcx86/machine/5170/cga/640kb/rev3/machine.md index 281a0b568..32615ab84 100644 --- a/devices/pcx86/machine/5170/cga/640kb/rev3/machine.md +++ b/devices/pcx86/machine/5170/cga/640kb/rev3/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/machine.md b/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/machine.md index 5028fe889..f291998ad 100644 --- a/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/machine.md +++ b/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/ega/1152kb/rev1/machine.md b/devices/pcx86/machine/5170/ega/1152kb/rev1/machine.md index d9f6ea8a1..44a47ae3e 100644 --- a/devices/pcx86/machine/5170/ega/1152kb/rev1/machine.md +++ b/devices/pcx86/machine/5170/ega/1152kb/rev1/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.md b/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.md index 0d50eaea5..315dca3be 100644 --- a/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.md +++ b/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.md b/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.md index 62872d04b..67fe6a246 100644 --- a/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.md +++ b/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/ega/1152kb/rev3/machine.md b/devices/pcx86/machine/5170/ega/1152kb/rev3/machine.md index e8b994934..ebc4101a2 100644 --- a/devices/pcx86/machine/5170/ega/1152kb/rev3/machine.md +++ b/devices/pcx86/machine/5170/ega/1152kb/rev3/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/machine.md b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/machine.md index 2ad58a2af..26c193157 100644 --- a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/machine.md +++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.md b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.md index e435ec537..95c986d4c 100644 --- a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.md +++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.md b/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.md index fad24493a..980954ac2 100644 --- a/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.md +++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.md b/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.md index ea21e6339..5733fcaab 100644 --- a/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.md +++ b/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/ega/640kb/rev1/machine.md b/devices/pcx86/machine/5170/ega/640kb/rev1/machine.md index 2622372ff..f2fea36df 100644 --- a/devices/pcx86/machine/5170/ega/640kb/rev1/machine.md +++ b/devices/pcx86/machine/5170/ega/640kb/rev1/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5170/mda/640kb/rev3/debugger/machine.md b/devices/pcx86/machine/5170/mda/640kb/rev3/debugger/machine.md index b537d1da7..dfb3ef07d 100644 --- a/devices/pcx86/machine/5170/mda/640kb/rev3/debugger/machine.md +++ b/devices/pcx86/machine/5170/mda/640kb/rev3/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/mda/640kb/rev3/machine.md b/devices/pcx86/machine/5170/mda/640kb/rev3/machine.md index f686152d5..319b57cb2 100644 --- a/devices/pcx86/machine/5170/mda/640kb/rev3/machine.md +++ b/devices/pcx86/machine/5170/mda/640kb/rev3/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5170/vga/2048kb/debugger/machine.md b/devices/pcx86/machine/5170/vga/2048kb/debugger/machine.md index 73203ef1f..625b3c064 100644 --- a/devices/pcx86/machine/5170/vga/2048kb/debugger/machine.md +++ b/devices/pcx86/machine/5170/vga/2048kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/vga/2048kb/machine.md b/devices/pcx86/machine/5170/vga/2048kb/machine.md index 433192bf3..ee3bf86db 100644 --- a/devices/pcx86/machine/5170/vga/2048kb/machine.md +++ b/devices/pcx86/machine/5170/vga/2048kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/5170/vga/4096kb/debugger/machine.md b/devices/pcx86/machine/5170/vga/4096kb/debugger/machine.md index 3674dc7a3..a4304c91a 100644 --- a/devices/pcx86/machine/5170/vga/4096kb/debugger/machine.md +++ b/devices/pcx86/machine/5170/vga/4096kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/5170/vga/4096kb/machine.md b/devices/pcx86/machine/5170/vga/4096kb/machine.md index 1ab5a9326..4fc8ac9cd 100644 --- a/devices/pcx86/machine/5170/vga/4096kb/machine.md +++ b/devices/pcx86/machine/5170/vga/4096kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/att/6300/cga/640kb/debugger/machine.md b/devices/pcx86/machine/att/6300/cga/640kb/debugger/machine.md index b109a5d6c..bee46e5fc 100644 --- a/devices/pcx86/machine/att/6300/cga/640kb/debugger/machine.md +++ b/devices/pcx86/machine/att/6300/cga/640kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/att/6300/cga/640kb/machine.md b/devices/pcx86/machine/att/6300/cga/640kb/machine.md index 82377fd98..c2083a6f0 100644 --- a/devices/pcx86/machine/att/6300/cga/640kb/machine.md +++ b/devices/pcx86/machine/att/6300/cga/640kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/machine.md b/devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/machine.md index abb1e5274..894e0753b 100644 --- a/devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/machine.md +++ b/devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.md b/devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.md index 8b043fda6..57a22e72e 100644 --- a/devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.md +++ b/devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.md b/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.md index e29362d1d..7407b7f7b 100644 --- a/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.md +++ b/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/machine.md b/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/machine.md index 436d5b40e..b2305de16 100644 --- a/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/machine.md +++ b/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/machine.md b/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/machine.md index 22649e319..169f925e6 100644 --- a/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/machine.md +++ b/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/machine.md b/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/machine.md index ef47225f2..d148bbbc8 100644 --- a/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/machine.md +++ b/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/machine.md b/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/machine.md index bb8649d51..e3cff08de 100644 --- a/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/machine.md +++ b/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/machine.md b/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/machine.md index e443fd46b..487d07297 100644 --- a/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/machine.md +++ b/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/machine.md b/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/machine.md index 9670d53ec..c569fa5c2 100644 --- a/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/machine.md +++ b/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.md b/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.md index 9a4ee4eb2..54fdeb48d 100644 --- a/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.md +++ b/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.md b/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.md index 3c2fefd68..d3a9bd3f1 100644 --- a/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.md +++ b/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.md b/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.md index 7e9ca9af9..d1cbb3483 100644 --- a/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.md +++ b/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.md @@ -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" %} diff --git a/devices/pcx86/machine/custom/README.md b/devices/pcx86/machine/custom/README.md index 9f02178b9..625b11cf4 100644 --- a/devices/pcx86/machine/custom/README.md +++ b/devices/pcx86/machine/custom/README.md @@ -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 diff --git a/devices/pcx86/machine/zenith/z150/cga/640kb/debugger/machine.md b/devices/pcx86/machine/zenith/z150/cga/640kb/debugger/machine.md index 31cf5ac29..443822e0f 100644 --- a/devices/pcx86/machine/zenith/z150/cga/640kb/debugger/machine.md +++ b/devices/pcx86/machine/zenith/z150/cga/640kb/debugger/machine.md @@ -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 --- diff --git a/devices/pcx86/machine/zenith/z150/cga/640kb/machine.md b/devices/pcx86/machine/zenith/z150/cga/640kb/machine.md index 28b985d00..51bb4de0c 100644 --- a/devices/pcx86/machine/zenith/z150/cga/640kb/machine.md +++ b/devices/pcx86/machine/zenith/z150/cga/640kb/machine.md @@ -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" %} diff --git a/disks/pcx86/apps/ibm/topview/1.01/README.md b/disks/pcx86/apps/ibm/topview/1.01/README.md index 8af383845..608673eb2 100644 --- a/disks/pcx86/apps/ibm/topview/1.01/README.md +++ b/disks/pcx86/apps/ibm/topview/1.01/README.md @@ -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: diff --git a/disks/pcx86/apps/other/omniview/4.30/README.md b/disks/pcx86/apps/other/omniview/4.30/README.md index d9cf038b7..4633554c8 100644 --- a/disks/pcx86/apps/other/omniview/4.30/README.md +++ b/disks/pcx86/apps/other/omniview/4.30/README.md @@ -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. diff --git a/disks/pcx86/apps/other/sc2/1.00/README.md b/disks/pcx86/apps/other/sc2/1.00/README.md index d80e3f9c5..e180cb15b 100644 --- a/disks/pcx86/apps/other/sc2/1.00/README.md +++ b/disks/pcx86/apps/other/sc2/1.00/README.md @@ -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: diff --git a/disks/pcx86/apps/other/sc3/1.00/README.md b/disks/pcx86/apps/other/sc3/1.00/README.md index c2eea2063..297f513e9 100644 --- a/disks/pcx86/apps/other/sc3/1.00/README.md +++ b/disks/pcx86/apps/other/sc3/1.00/README.md @@ -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: diff --git a/disks/pcx86/diags/ibm/1.02/README.md b/disks/pcx86/diags/ibm/1.02/README.md index daff6ea6b..349f7490f 100644 --- a/disks/pcx86/diags/ibm/1.02/README.md +++ b/disks/pcx86/diags/ibm/1.02/README.md @@ -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: diff --git a/disks/pcx86/diags/ibm/2.07/README.md b/disks/pcx86/diags/ibm/2.07/README.md index ee1e7f231..4db6a3ac9 100644 --- a/disks/pcx86/diags/ibm/2.07/README.md +++ b/disks/pcx86/diags/ibm/2.07/README.md @@ -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: diff --git a/disks/pcx86/diags/ibm/2.20/README.md b/disks/pcx86/diags/ibm/2.20/README.md index 0db5db140..7d06c9175 100644 --- a/disks/pcx86/diags/ibm/2.20/README.md +++ b/disks/pcx86/diags/ibm/2.20/README.md @@ -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: diff --git a/disks/pcx86/dos/compaq/1.11/README.md b/disks/pcx86/dos/compaq/1.11/README.md index c0b24b2ec..95f1cd895 100644 --- a/disks/pcx86/dos/compaq/1.11/README.md +++ b/disks/pcx86/dos/compaq/1.11/README.md @@ -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: diff --git a/disks/pcx86/dos/compaq/1.12/README.md b/disks/pcx86/dos/compaq/1.12/README.md index 893d87c89..2ee275af2 100644 --- a/disks/pcx86/dos/compaq/1.12/README.md +++ b/disks/pcx86/dos/compaq/1.12/README.md @@ -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: diff --git a/disks/pcx86/dos/compaq/2.12/README.md b/disks/pcx86/dos/compaq/2.12/README.md index d4afaecfa..95495ae65 100644 --- a/disks/pcx86/dos/compaq/2.12/README.md +++ b/disks/pcx86/dos/compaq/2.12/README.md @@ -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: diff --git a/disks/pcx86/dos/ibm/0.90/README.md b/disks/pcx86/dos/ibm/0.90/README.md index 308a628b2..63f126a71 100644 --- a/disks/pcx86/dos/ibm/0.90/README.md +++ b/disks/pcx86/dos/ibm/0.90/README.md @@ -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: diff --git a/disks/pcx86/dos/ibm/0.90/debugger/README.md b/disks/pcx86/dos/ibm/0.90/debugger/README.md index dfb713ab0..0afe81aa7 100644 --- a/disks/pcx86/dos/ibm/0.90/debugger/README.md +++ b/disks/pcx86/dos/ibm/0.90/debugger/README.md @@ -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 diff --git a/disks/pcx86/dos/ibm/1.00/README.md b/disks/pcx86/dos/ibm/1.00/README.md index 7ceb9ee92..aa9d6ed0d 100644 --- a/disks/pcx86/dos/ibm/1.00/README.md +++ b/disks/pcx86/dos/ibm/1.00/README.md @@ -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: diff --git a/disks/pcx86/dos/ibm/1.10/README.md b/disks/pcx86/dos/ibm/1.10/README.md index 3f399e5dd..d05e3a289 100644 --- a/disks/pcx86/dos/ibm/1.10/README.md +++ b/disks/pcx86/dos/ibm/1.10/README.md @@ -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. diff --git a/disks/pcx86/dos/ibm/4.00/README.md b/disks/pcx86/dos/ibm/4.00/README.md index 4cc3ddb8e..7fc0bbadd 100644 --- a/disks/pcx86/dos/ibm/4.00/README.md +++ b/disks/pcx86/dos/ibm/4.00/README.md @@ -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. diff --git a/disks/pcx86/dos/ibm/5.00/README.md b/disks/pcx86/dos/ibm/5.00/README.md index 616fa0334..0ce6fc4f0 100644 --- a/disks/pcx86/dos/ibm/5.00/README.md +++ b/disks/pcx86/dos/ibm/5.00/README.md @@ -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. diff --git a/disks/pcx86/dos/ibm/6.10/README.md b/disks/pcx86/dos/ibm/6.10/README.md index 4a7a1360b..d1af89648 100644 --- a/disks/pcx86/dos/ibm/6.10/README.md +++ b/disks/pcx86/dos/ibm/6.10/README.md @@ -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. diff --git a/disks/pcx86/dos/ibm/6.30/README.md b/disks/pcx86/dos/ibm/6.30/README.md index 60d81fcd1..cd972a036 100644 --- a/disks/pcx86/dos/ibm/6.30/README.md +++ b/disks/pcx86/dos/ibm/6.30/README.md @@ -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. diff --git a/disks/pcx86/dos/ibm/7.00/README.md b/disks/pcx86/dos/ibm/7.00/README.md index 8dcc8f57b..3d8bed109 100644 --- a/disks/pcx86/dos/ibm/7.00/README.md +++ b/disks/pcx86/dos/ibm/7.00/README.md @@ -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/). diff --git a/disks/pcx86/dos/microsoft/3.20/README.md b/disks/pcx86/dos/microsoft/3.20/README.md index de5c8ad35..ccbce7487 100644 --- a/disks/pcx86/dos/microsoft/3.20/README.md +++ b/disks/pcx86/dos/microsoft/3.20/README.md @@ -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. diff --git a/disks/pcx86/dos/microsoft/4.00/README.md b/disks/pcx86/dos/microsoft/4.00/README.md index 8cbc358d1..701576226 100644 --- a/disks/pcx86/dos/microsoft/4.00/README.md +++ b/disks/pcx86/dos/microsoft/4.00/README.md @@ -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. diff --git a/disks/pcx86/dos/microsoft/4.01/README.md b/disks/pcx86/dos/microsoft/4.01/README.md index 9ce561d4a..0c125de50 100644 --- a/disks/pcx86/dos/microsoft/4.01/README.md +++ b/disks/pcx86/dos/microsoft/4.01/README.md @@ -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. diff --git a/disks/pcx86/dos/microsoft/4.0M/README.md b/disks/pcx86/dos/microsoft/4.0M/README.md index e76eebd24..40b6bac5c 100644 --- a/disks/pcx86/dos/microsoft/4.0M/README.md +++ b/disks/pcx86/dos/microsoft/4.0M/README.md @@ -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 diff --git a/disks/pcx86/games/infocom/hhiker/machine.md b/disks/pcx86/games/infocom/hhiker/machine.md index 21152fb27..9681d147e 100644 --- a/disks/pcx86/games/infocom/hhiker/machine.md +++ b/disks/pcx86/games/infocom/hhiker/machine.md @@ -13,6 +13,6 @@ machines: --- The Hitchhiker's Guide to the Galaxy ---- +------------------------------------ {% include machine.html id="ibm5150-hhiker" %} diff --git a/disks/pcx86/games/infocom/planet/machine.md b/disks/pcx86/games/infocom/planet/machine.md index af87f111f..d4ae0eb54 100644 --- a/disks/pcx86/games/infocom/planet/machine.md +++ b/disks/pcx86/games/infocom/planet/machine.md @@ -13,6 +13,6 @@ machines: --- Planetfall ---- +---------- {% include machine.html id="ibm5150-planet" %} diff --git a/disks/pcx86/games/infocom/zork1/machine.md b/disks/pcx86/games/infocom/zork1/machine.md index 332582ed9..195c509cc 100644 --- a/disks/pcx86/games/infocom/zork1/machine.md +++ b/disks/pcx86/games/infocom/zork1/machine.md @@ -12,6 +12,6 @@ machines: --- Zork I ---- +------ {% include machine.html id="ibm5150-zork1" %} diff --git a/disks/pcx86/games/infocom/zork2/machine.md b/disks/pcx86/games/infocom/zork2/machine.md index faade1894..da48bfcef 100644 --- a/disks/pcx86/games/infocom/zork2/machine.md +++ b/disks/pcx86/games/infocom/zork2/machine.md @@ -13,6 +13,6 @@ machines: --- Zork II ---- +------- {% include machine.html id="ibm5150-zork2" %} diff --git a/disks/pcx86/games/infocom/zork3/machine.md b/disks/pcx86/games/infocom/zork3/machine.md index 6e80c4cde..12dd18593 100644 --- a/disks/pcx86/games/infocom/zork3/machine.md +++ b/disks/pcx86/games/infocom/zork3/machine.md @@ -13,6 +13,6 @@ machines: --- Zork III ---- +-------- {% include machine.html id="ibm5150-zork3" %} diff --git a/disks/pcx86/os2/ibm/1.0/README.md b/disks/pcx86/os2/ibm/1.0/README.md index 9fba2292f..b3ea8447c 100644 --- a/disks/pcx86/os2/ibm/1.0/README.md +++ b/disks/pcx86/os2/ibm/1.0/README.md @@ -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"}]' diff --git a/disks/pcx86/os2/ibm/1.1/README.md b/disks/pcx86/os2/ibm/1.1/README.md index 360f20455..2f59cd2f5 100644 --- a/disks/pcx86/os2/ibm/1.1/README.md +++ b/disks/pcx86/os2/ibm/1.1/README.md @@ -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 diff --git a/disks/pcx86/os2/misc/1.0/88286/README.md b/disks/pcx86/os2/misc/1.0/88286/README.md index 88e2d7cfe..07326c119 100644 --- a/disks/pcx86/os2/misc/1.0/88286/README.md +++ b/disks/pcx86/os2/misc/1.0/88286/README.md @@ -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. diff --git a/disks/pcx86/os2/misc/cpdos/86295/README.md b/disks/pcx86/os2/misc/cpdos/86295/README.md index ec20c5931..1a630d4a5 100644 --- a/disks/pcx86/os2/misc/cpdos/86295/README.md +++ b/disks/pcx86/os2/misc/cpdos/86295/README.md @@ -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. diff --git a/disks/pcx86/os2/misc/cpdos/87007/README.md b/disks/pcx86/os2/misc/cpdos/87007/README.md index 3a0d500d8..6f0c55cdd 100644 --- a/disks/pcx86/os2/misc/cpdos/87007/README.md +++ b/disks/pcx86/os2/misc/cpdos/87007/README.md @@ -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 diff --git a/disks/pcx86/os2/misc/cpdos/87007/debug/README.md b/disks/pcx86/os2/misc/cpdos/87007/debug/README.md index 88bf1f95e..ff1f5111b 100644 --- a/disks/pcx86/os2/misc/cpdos/87007/debug/README.md +++ b/disks/pcx86/os2/misc/cpdos/87007/debug/README.md @@ -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 diff --git a/disks/pcx86/os2/misc/football/87058/README.md b/disks/pcx86/os2/misc/football/87058/README.md index 7339fcaa4..f0669e34f 100644 --- a/disks/pcx86/os2/misc/football/87058/README.md +++ b/disks/pcx86/os2/misc/football/87058/README.md @@ -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 diff --git a/disks/pcx86/os2/misc/football/87357/README.md b/disks/pcx86/os2/misc/football/87357/README.md index 078224c7a..42864c5f7 100644 --- a/disks/pcx86/os2/misc/football/87357/README.md +++ b/disks/pcx86/os2/misc/football/87357/README.md @@ -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 diff --git a/disks/pcx86/shareware/pcsig08/debugger/README.md b/disks/pcx86/shareware/pcsig08/debugger/README.md index 0d90e53e7..3e3dbf01c 100644 --- a/disks/pcx86/shareware/pcsig08/debugger/README.md +++ b/disks/pcx86/shareware/pcsig08/debugger/README.md @@ -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: diff --git a/disks/pcx86/windows/1.01/cga/softkbd/README.md b/disks/pcx86/windows/1.01/cga/softkbd/README.md index 208060cf8..334613ab8 100644 --- a/disks/pcx86/windows/1.01/cga/softkbd/README.md +++ b/disks/pcx86/windows/1.01/cga/softkbd/README.md @@ -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 diff --git a/disks/pcx86/windows/2.0x/README.md b/disks/pcx86/windows/2.0x/README.md index a665db977..943f0ec5a 100644 --- a/disks/pcx86/windows/2.0x/README.md +++ b/disks/pcx86/windows/2.0x/README.md @@ -3,8 +3,8 @@ layout: page title: Microsoft Windows/386 2.0x permalink: /disks/pcx86/windows/2.0x/ machines: - - type: pcx86 - id: deskpro386 + - id: deskpro386 + type: pcx86 state: deskpro386.json config: /devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.xml drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/COMPAQ310-WIN386201-VGA.json"}]' @@ -21,7 +21,7 @@ Microsoft Windows/386 2.0 existed as the following "point releases": * [Windows/386 2.03](#microsoft-windows386-203) Microsoft Windows/386 2.01 ---- +-------------------------- This Windows/386 release was finalized in September 1987, predating [Windows 2.03](/disks/pcx86/windows/2.03/) by several months. diff --git a/disks/pcx86/windows/3.00/README.md b/disks/pcx86/windows/3.00/README.md index ffa234cfd..427b8937f 100644 --- a/disks/pcx86/windows/3.00/README.md +++ b/disks/pcx86/windows/3.00/README.md @@ -3,8 +3,8 @@ layout: page title: Microsoft Windows 3.00 permalink: /disks/pcx86/windows/3.00/ machines: - - type: pcx86 - id: ibm5170-win300 + - id: ibm5170-win300 + type: pcx86 config: /devices/pcx86/machine/5170/ega/1152kb/rev3/machine.xml drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/PCDOS320-WIN300-EGA.json"}]' autoMount: @@ -15,7 +15,7 @@ machines: --- Microsoft Windows 3.00 ---- +---------------------- The PCjs machine below starts Microsoft Windows 3.00, using an IBM PC AT running PC-DOS 3.20. diff --git a/disks/pcx86/windows/3.10/README.md b/disks/pcx86/windows/3.10/README.md index 300442f9a..35066558f 100644 --- a/disks/pcx86/windows/3.10/README.md +++ b/disks/pcx86/windows/3.10/README.md @@ -5,8 +5,8 @@ permalink: /disks/pcx86/windows/3.10/ redirect_from: - /disks/pc/windows/3.10/ machines: - - type: pcx86 - id: ibm5170-win310 + - id: ibm5170-win310 + type: pcx86 config: /devices/pcx86/machine/5170/vga/2048kb/machine.xml drives: '[{name:"20Mb Hard Disk",type:2,path:"http://archive.pcjs.org/disks/pcx86/fixed/20mb/PCDOS330-WIN310-VGA.json"}]' autoMount: @@ -17,7 +17,7 @@ machines: --- Microsoft Windows 3.10 ---- +---------------------- The PCjs machine below starts Microsoft Windows 3.10, using an IBM PC AT running PC-DOS 3.30. diff --git a/disks/pcx86/windows/win95/4.00.499/README.md b/disks/pcx86/windows/win95/4.00.499/README.md index 22536adbe..16efca71e 100644 --- a/disks/pcx86/windows/win95/4.00.499/README.md +++ b/disks/pcx86/windows/win95/4.00.499/README.md @@ -3,13 +3,13 @@ layout: page title: Microsoft Windows 95 (Build 499) permalink: /disks/pcx86/windows/win95/4.00.499/ machines: - - type: pcx86 - id: deskpro386 + - id: deskpro386 + type: pcx86 config: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml --- Microsoft Windows 95 (Build 499) ---- +-------------------------------- The PCjs Project was first to unearth this pre-release version of Windows 95 since its *extremely* limited test release back in June 1995. It was one of the last (if not *the* last) test versions produced before diff --git a/disks/pcx86/windows/win95/4.00.950/README.md b/disks/pcx86/windows/win95/4.00.950/README.md index 73e8f808b..0163047ce 100644 --- a/disks/pcx86/windows/win95/4.00.950/README.md +++ b/disks/pcx86/windows/win95/4.00.950/README.md @@ -3,8 +3,8 @@ layout: page title: Microsoft Windows 95 (First Retail Release) permalink: /disks/pcx86/windows/win95/4.00.950/ machines: - - type: pcx86 - id: deskpro386 + - id: deskpro386 + type: pcx86 state: deskpro386.json config: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml drives: '[{name:"68Mb Hard Disk",type:4,path:"http://archive.pcjs.org/disks/pcx86/fixed/68mb/win95.json"}]' @@ -16,7 +16,7 @@ machines: --- Microsoft Windows 95 (First Retail Release) ---- +------------------------------------------- Windows 95 was the successor to Windows 3.1 and included a number of important new features: diff --git a/disks/pcx86/windows/win95/4.00.950/debugger/README.md b/disks/pcx86/windows/win95/4.00.950/debugger/README.md index 6605de110..8e012e559 100644 --- a/disks/pcx86/windows/win95/4.00.950/debugger/README.md +++ b/disks/pcx86/windows/win95/4.00.950/debugger/README.md @@ -3,8 +3,8 @@ layout: page title: "Microsoft Windows 95 (First Retail Release) with Debugger" permalink: /disks/pcx86/windows/win95/4.00.950/debugger/ machines: - - type: pcx86 - id: deskpro386 + - id: deskpro386 + type: pcx86 debugger: true state: /disks/pcx86/windows/win95/4.00.950/deskpro386.json config: /devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.xml @@ -17,7 +17,7 @@ machines: --- Microsoft Windows 95 (First Retail Release) with Debugger ---- +--------------------------------------------------------- Windows 95 is shown running below, following a "Compact Installation" on a 68Mb hard disk. Before the machine can start, it must download the disk image, which may take a minute or two, depending on the speed of your