Merge branch 'master' into gh-pages
This commit is contained in:
commit
b8c15b443d
182 changed files with 611 additions and 511 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ date: 2015-01-17 11:00:00
|
|||
category: Features
|
||||
permalink: /blog/2015/01/17/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: at-ega-1152k-rev3
|
||||
- id: at-ega-1152k-rev3
|
||||
type: pcx86
|
||||
debugger: true
|
||||
uncompiled: true
|
||||
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.xml
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ date: 2015-01-28 11:00:00
|
|||
category: Control Panel
|
||||
permalink: /blog/2015/01/28/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: at-ega-1152k-rev3
|
||||
- id: at-ega-1152k-rev3
|
||||
type: pcx86
|
||||
debugger: true
|
||||
uncompiled: true
|
||||
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ date: 2015-02-22 11:00:00
|
|||
category: 80386
|
||||
permalink: /blog/2015/02/22/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
debugger: true
|
||||
uncompiled: true
|
||||
config: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ date: 2015-04-16 11:00:00
|
|||
category: 80386
|
||||
permalink: /blog/2015/04/16/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
debugger: true
|
||||
uncompiled: true
|
||||
config: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml
|
||||
|
|
|
|||
|
|
@ -5,13 +5,17 @@ date: 2015-07-17 11:00:00
|
|||
category: Windows 95
|
||||
permalink: /blog/2015/07/17/
|
||||
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
|
||||
drives: '[{name:"68Mb Hard Disk",type:4,path:"http://archive.pcjs.org/disks/pcx86/fixed/68mb/win95.json"}]'
|
||||
autoMount: ''
|
||||
autoMount:
|
||||
A:
|
||||
name: None
|
||||
B:
|
||||
name: None
|
||||
---
|
||||
|
||||
This week (July 14, 2015) was the 20th anniversary of Windows 95 RTM ("Release To Manufacturing"). So I decided to
|
||||
|
|
|
|||
|
|
@ -5,12 +5,16 @@ date: 2015-09-21 11:00:00
|
|||
category: Windows 95
|
||||
permalink: /blog/2015/09/21/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: deskpro386
|
||||
- id: deskpro386
|
||||
type: pcx86
|
||||
state: /disks/pcx86/windows/win95/4.00.950/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"}]'
|
||||
autoMount: ''
|
||||
autoMount:
|
||||
A:
|
||||
name: None
|
||||
B:
|
||||
name: None
|
||||
---
|
||||
|
||||
Today, the last serious bug preventing a successful boot of Windows 95 was fixed. I won't bore you with
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ date: 2015-12-27 11:00:00
|
|||
category: OS/2
|
||||
permalink: /blog/2015/12/27/
|
||||
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"}]'
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ title: The VT100 Terminal
|
|||
date: 2016-08-03 18:00:00
|
||||
permalink: /blog/2016/08/03/
|
||||
machines:
|
||||
- type: pc8080
|
||||
id: vt100
|
||||
- id: vt100
|
||||
type: pc8080
|
||||
config: /devices/pc8080/machine/vt100/machine.xml
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ title: Adventures in Archiving
|
|||
date: 2017-06-15 22:00:00
|
||||
permalink: /blog/2017/06/15/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150
|
||||
- id: ibm5150
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/cga/64kb/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "VisiCalc (1981)"
|
||||
permalink: /apps/pcx86/1981/visicalc/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-visicalc
|
||||
- id: ibm5150-visicalc
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/mda/64kb/machine.xml
|
||||
resume: 1
|
||||
state: /apps/pcx86/1981/visicalc/state.json
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "Executive Suite (1982)"
|
||||
permalink: /apps/pcx86/1982/esuite/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-esuite
|
||||
- id: ibm5160-esuite
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/mda/256kb/fake188/machine.xml
|
||||
state: /apps/pcx86/1982/esuite/state.json
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "RatBas (1982)"
|
||||
permalink: /apps/pcx86/1982/ratbas/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-ratbas
|
||||
- id: ibm5150-ratbas
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/cga/256kb/machine.xml
|
||||
autoMount:
|
||||
A:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "Adventures in Math (1983)"
|
||||
permalink: /apps/pcx86/1983/adventmath/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5150-adventmath
|
||||
- id: ibm5150-adventmath
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5150/cga/64kb/machine.xml
|
||||
resume: 1
|
||||
autoMount:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "Rogue (1985)"
|
||||
permalink: /apps/pcx86/1985/rogue/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-rogue
|
||||
- id: ibm5160-rogue
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
|
||||
state: /apps/pcx86/1985/rogue/state.json
|
||||
resume: 1
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "ThinkTank (1987)"
|
||||
permalink: /apps/pcx86/1987/thinktank/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-thinktank
|
||||
- id: ibm5160-thinktank
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
|
||||
state: /apps/pcx86/1987/thinktank/state.json
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: "The Dungeons of Moria (1992)"
|
||||
permalink: /apps/pcx86/1992/moria/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: ibm5160-moria55
|
||||
- id: ibm5160-moria55
|
||||
type: pcx86
|
||||
config: /devices/pcx86/machine/5160/cga/640kb/machine.xml
|
||||
state: /apps/pcx86/1992/moria/state.json
|
||||
---
|
||||
|
|
|
|||
|
|
@ -17,18 +17,27 @@ A list of all the software available to PCx86 machines can be found in the [IBM
|
|||
### 1981
|
||||
|
||||
* [DONKEY.BAS](1981/donkey/)
|
||||
* [Microsoft Adventure](/disks/pcx86/games/microsoft/adventure/)
|
||||
* [VisiCalc](1981/visicalc/)
|
||||
|
||||
### 1982
|
||||
|
||||
* [Executive Suite](1982/esuite/)
|
||||
* [RatBas v2.13](1982/ratbas/)
|
||||
* [Zork I](/disks/pcx86/games/infocom/zork1/)
|
||||
|
||||
### 1983
|
||||
|
||||
* [Adventures in Math v1.00](1983/adventmath/)
|
||||
* [SuperCalc2 v1.00](/disks/pcx86/apps/other/sc2/1.00/)
|
||||
* [SuperCalc3 v1.00](/disks/pcx86/apps/other/sc3/1.00/)
|
||||
* [Zork II](/disks/pcx86/games/infocom/zork2/)
|
||||
* [Zork III](/disks/pcx86/games/infocom/zork3/)
|
||||
* [Planetfall](/disks/pcx86/games/infocom/planet/)
|
||||
|
||||
### 1984
|
||||
|
||||
* [The Hitchhiker's Guide to the Galaxy](/disks/pcx86/games/infocom/hhiker/)
|
||||
|
||||
### 1985
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (32Kb) with Disk Support
|
||||
permalink: /devices/c1p/machine/32kb/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p32kb
|
||||
- id: c1p32kb
|
||||
type: c1p
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ permalink: /devices/c1p/machine/8kb/
|
|||
---
|
||||
|
||||
Challenger 1P Machine Configurations with 8Kb
|
||||
---
|
||||
---------------------------------------------
|
||||
|
||||
Here are some sample C1P Machine Configurations with 8Kb:
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Additional Software
|
||||
permalink: /devices/c1p/machine/8kb/all/debugger/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Additional Software
|
||||
permalink: /devices/c1p/machine/8kb/all/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
---
|
||||
|
||||
{% include machine.html id="c1p8kb" %}
|
||||
|
|
|
|||
|
|
@ -3,32 +3,32 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) "Server Array"
|
||||
permalink: /devices/c1p/machine/8kb/array/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: osi1
|
||||
- id: osi1
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi2
|
||||
- id: osi2
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi3
|
||||
- id: osi3
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi4
|
||||
- id: osi4
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi5
|
||||
- id: osi5
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi6
|
||||
- id: osi6
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi7
|
||||
- id: osi7
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi8
|
||||
- id: osi8
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
- type: c1p
|
||||
id: osi9
|
||||
- id: osi9
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/small/machine.xml
|
||||
redirect_from:
|
||||
- /configs/c1p/machines/array/
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Small Display
|
||||
permalink: /devices/c1p/machine/8kb/embed/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1pEmbed
|
||||
- id: c1pEmbed
|
||||
type: c1p
|
||||
redirect_from:
|
||||
- /configs/c1p/machines/8kb/embed/
|
||||
- /demos/c1p/embed.xml/
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Large Display
|
||||
permalink: /devices/c1p/machine/8kb/large/debugger/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Large Display
|
||||
permalink: /devices/c1p/machine/8kb/large/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
redirect_from:
|
||||
- /configs/c1p/machines/8kb/large/
|
||||
- /configs/c1p/machines/8kb/large/machine.xml/
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: OSI Challenger 1P (8Kb) with Small Display
|
||||
permalink: /devices/c1p/machine/8kb/small/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
---
|
||||
|
||||
{% include machine.html id="c1p8kb" %}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ permalink: /devices/c1p/machine/
|
|||
---
|
||||
|
||||
Challenger 1P Machine Configurations
|
||||
---
|
||||
------------------------------------
|
||||
|
||||
Here are some sample C1P Machine Configurations:
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ permalink: /devices/pc8080/machine/
|
|||
---
|
||||
|
||||
PC8080 Machine Configurations
|
||||
---
|
||||
-----------------------------
|
||||
|
||||
The following 8080-based machines are currently available:
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ permalink: /devices/pc8080/machine/exerciser/
|
|||
redirect_from:
|
||||
- /devices/pc8080/machine/test/
|
||||
machines:
|
||||
- type: pc8080
|
||||
id: test8080
|
||||
- id: test8080
|
||||
type: pc8080
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Space Invaders (1978)
|
||||
permalink: /devices/pc8080/machine/invaders/
|
||||
machines:
|
||||
- type: pc8080
|
||||
id: invaders
|
||||
- id: invaders
|
||||
type: pc8080
|
||||
---
|
||||
|
||||
Space Invaders (1978)
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Space Invaders (1978) with Debugger
|
||||
permalink: /devices/pc8080/machine/invaders/debugger/
|
||||
machines:
|
||||
- type: pc8080
|
||||
id: invaders
|
||||
- id: invaders
|
||||
type: pc8080
|
||||
debugger: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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,28 +3,28 @@ layout: page
|
|||
title: PDP-11/70 "Server Array"
|
||||
permalink: /devices/pdp11/machine/1170/array/
|
||||
machines:
|
||||
- type: pdp11
|
||||
id: test1170a
|
||||
- id: test1170-1
|
||||
type: pdp11
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
- type: pdp11
|
||||
id: test1170b
|
||||
- id: test1170-2
|
||||
type: pdp11
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
- type: pdp11
|
||||
id: test1170c
|
||||
- id: test1170-3
|
||||
type: pdp11
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
- type: pdp11
|
||||
id: test1170d
|
||||
- id: test1170-4
|
||||
type: pdp11
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
---
|
||||
|
||||
{% include machine.html id="test1170a" %}
|
||||
{% include machine.html id="test1170-1" %}
|
||||
|
||||
{% include machine.html id="test1170b" %}
|
||||
{% include machine.html id="test1170-2" %}
|
||||
|
||||
{% include machine.html id="test1170c" %}
|
||||
{% include machine.html id="test1170-3" %}
|
||||
|
||||
{% include machine.html id="test1170d" %}
|
||||
{% include machine.html id="test1170-4" %}
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue