Merge branch 'master' into gh-pages
This commit is contained in:
commit
2a3e99c496
129 changed files with 425 additions and 158 deletions
|
|
@ -11,7 +11,7 @@ Exciting news for OS/2 fans: PCjs (v1.16.1) is now able to run OS/2 1.0 on
|
|||
of recent work in PCjs to fully emulate the Intel 80286 processor and 16-bit protected-mode, including undocumented
|
||||
features like [LOADALL](/pubs/pc/reference/intel/80286/loadall/) and triple-fault resets.
|
||||
|
||||
For a quick demo, try the [OS/2 1.0 Debugger Boot Disk](/disks/pc/os2/misc/1.0/88286/). In a few seconds,
|
||||
For a quick demo, try the [OS/2 1.0 Debugger Disk](/disks/pc/os2/misc/1.0/88286/). In a few seconds,
|
||||
you'll see a very rudimentary OS/2 shell (a slimmed-down version of the OS/2 Program Selector) that allows you to
|
||||
start the protected-mode command interpreter ("Start a Program") or the real-mode command interpreter ("command.com").
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ start the protected-mode command interpreter ("Start a Program") or the real-mod
|
|||
As an added bonus, the Model 5170 machines feature two serial ports, with COM1 connected to a simulated serial
|
||||
mouse and COM2 connected to the **Control Panel** output window.
|
||||
|
||||
Once you've booted the [OS/2 1.0 Debugger Boot Disk](/disks/pc/os2/misc/1.0/88286/) from the assortment of
|
||||
Once you've booted the [OS/2 1.0 Debugger Disk](/disks/pc/os2/misc/1.0/88286/) from the assortment of
|
||||
[OS/2 Prototype Disks](/disks/pc/os2/misc/), you can click on the **Control Panel** output window, press Ctrl-C, and
|
||||
find yourself magically transported into the OS/2 Kernel Debugger. The **Control Panel** display is functioning
|
||||
as both the output window for all PCjs messages and PCjs Debugger commands, as well as a serial input/output device
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ machines:
|
|||
id: ibm5170
|
||||
debugger: true
|
||||
config: /devices/pc/machine/5170/ega/2048kb/rev3/debugger/machine.xml
|
||||
drives: '[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/IBMOS210.json"}]'
|
||||
drives: '[{name:"20Mb Hard Disk",type:2,path:"/disks/pc/fixed/20mb/IBMOS210-EGA.json"}]'
|
||||
automount: ''
|
||||
---
|
||||
|
||||
|
|
|
|||
10
apps/pc/1981/README.md
Normal file
10
apps/pc/1981/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC Applications (1981)
|
||||
permalink: /apps/pc/1981/
|
||||
---
|
||||
|
||||
IBM PC Applications (1981)
|
||||
---
|
||||
|
||||
* [VisiCalc (1981)](visicalc/)
|
||||
10
apps/pc/1982/README.md
Normal file
10
apps/pc/1982/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC Applications (1982)
|
||||
permalink: /apps/pc/1982/
|
||||
---
|
||||
|
||||
IBM PC Applications (1982)
|
||||
---
|
||||
|
||||
* [Executive Suite (1982)](esuite/)
|
||||
10
apps/pc/1985/README.md
Normal file
10
apps/pc/1985/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC Applications (1985)
|
||||
permalink: /apps/pc/1985/
|
||||
---
|
||||
|
||||
IBM PC Applications (1985)
|
||||
---
|
||||
|
||||
* [Rogue (1985)](rogue/)
|
||||
10
apps/pc/1987/README.md
Normal file
10
apps/pc/1987/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC Applications (1987)
|
||||
permalink: /apps/pc/1987/
|
||||
---
|
||||
|
||||
IBM PC Applications (1987)
|
||||
---
|
||||
|
||||
* [ThinkTank (1987)](thinktank/)
|
||||
10
apps/pc/1988/README.md
Normal file
10
apps/pc/1988/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC Applications (1988)
|
||||
permalink: /apps/pc/1988/
|
||||
---
|
||||
|
||||
IBM PC Applications (1988)
|
||||
---
|
||||
|
||||
* The Dungeons of Moria (1988)
|
||||
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
layout: page
|
||||
title: "The Dungeons of Moria (1988)"
|
||||
title: The Dungeons of Moria (1988)
|
||||
permalink: /apps/pc/1988/moria/
|
||||
---
|
||||
|
||||
The Dungeons of Moria (1988)
|
||||
---
|
||||
|
||||
|
|
|
|||
10
apps/pc/1992/README.md
Normal file
10
apps/pc/1992/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC Applications (1992)
|
||||
permalink: /apps/pc/1992/
|
||||
---
|
||||
|
||||
IBM PC Applications (1992)
|
||||
---
|
||||
|
||||
* [The Dungeons of Moria (1992)](moria/)
|
||||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: Device Configurations
|
||||
permalink: /devices/
|
||||
redirect_from:
|
||||
- /configs/
|
||||
---
|
||||
|
||||
Device Configurations
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (32Kb) with Disk Support"
|
||||
title: OSI Challenger 1P (32Kb) with Disk Support
|
||||
permalink: /devices/c1p/machine/32kb/
|
||||
machines:
|
||||
- type: c1p-dbg
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (8Kb) with Additional Software"
|
||||
title: OSI Challenger 1P (8Kb) with Additional Software
|
||||
permalink: /devices/c1p/machine/8kb/all/debugger/
|
||||
machines:
|
||||
- type: c1p-dbg
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (8Kb) with Additional Software"
|
||||
title: OSI Challenger 1P (8Kb) with Additional Software
|
||||
permalink: /devices/c1p/machine/8kb/all/
|
||||
machines:
|
||||
- type: c1p
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (8Kb) with Small Display"
|
||||
title: OSI Challenger 1P (8Kb) with Small Display
|
||||
permalink: /devices/c1p/machine/8kb/embed/
|
||||
machines:
|
||||
- type: c1p
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (8Kb) with Large Display"
|
||||
title: OSI Challenger 1P (8Kb) with Large Display
|
||||
permalink: /devices/c1p/machine/8kb/large/debugger/
|
||||
machines:
|
||||
- type: c1p-dbg
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (8Kb) with Large Display"
|
||||
title: OSI Challenger 1P (8Kb) with Large Display
|
||||
permalink: /devices/c1p/machine/8kb/large/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
redirect_from:
|
||||
- /configs/c1p/machines/8kb/large/
|
||||
- /configs/c1p/machines/8kb/large/machine.xml/
|
||||
---
|
||||
|
||||
{% include machine.html id="c1p8kb" %}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OSI Challenger 1P (8Kb) with Small Display"
|
||||
title: OSI Challenger 1P (8Kb) with Small Display
|
||||
permalink: /devices/c1p/machine/8kb/small/
|
||||
machines:
|
||||
- type: c1p
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
layout: page
|
||||
title: IBM PC Device Configurations
|
||||
permalink: /devices/pc/
|
||||
redirect_from:
|
||||
- /configs/pc/
|
||||
---
|
||||
|
||||
IBM PC Device Configurations
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC (Model 5150, 384Kb) with Color Display and Soft Keyboard"
|
||||
title: IBM PC (Model 5150, 384Kb) with Color Display and Soft Keyboard
|
||||
permalink: /devices/pc/machine/5150/cga/384kb/softkbd/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC (Model 5150, 64Kb) with Color Display"
|
||||
title: IBM PC (Model 5150, 64Kb) with Color Display
|
||||
permalink: /devices/pc/machine/5150/cga/64kb/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5150/cga/64kb/
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ title: IBM PC (Model 5150, 64Kb) with Color Display
|
|||
permalink: /devices/pc/machine/5150/cga/64kb/donkey/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5150/cga/64kb/donkey/
|
||||
- /demos/pc/donkey/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5150
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC (Model 5150, 64Kb) with Color Display and Debugger"
|
||||
title: IBM PC (Model 5150, 64Kb) with Color Display and Debugger
|
||||
permalink: /devices/pc/machine/5150/cga/64kb/donkey/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC (Model 5150, 64Kb) with Color Display and Soft Keyboard"
|
||||
title: IBM PC (Model 5150, 64Kb) with Color Display and Soft Keyboard
|
||||
permalink: /devices/pc/machine/5150/cga/64kb/softkbd/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC (Model 5150) with Color Display"
|
||||
title: IBM PC (Model 5150) with Color Display
|
||||
permalink: /devices/pc/machine/5150/cga/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5150/cga/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC (Model 5150, 64Kb) with Dual Displays"
|
||||
title: IBM PC (Model 5150, 64Kb) with Dual Displays
|
||||
permalink: /devices/pc/machine/5150/dual/64kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
12
devices/pc/machine/5150/dual/README.md
Normal file
12
devices/pc/machine/5150/dual/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC (Model 5150) with Dual Displays
|
||||
permalink: /devices/pc/machine/5150/dual/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5150/dual/
|
||||
---
|
||||
|
||||
IBM PC with Dual Displays
|
||||
---
|
||||
|
||||
* [IBM PC with Dual Displays (Monochrome and Color)](64kb/)
|
||||
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC (Model 5150, 64Kb) with Monochrome Display and Debugger"
|
||||
title: IBM PC (Model 5150, 64Kb) with Monochrome Display and Debugger
|
||||
permalink: /devices/pc/machine/5150/mda/64kb/debugger/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5150/mda/64kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5150
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC (Model 5150, 64Kb) with Monochrome Display"
|
||||
title: IBM PC (Model 5150, 64Kb) with Monochrome Display
|
||||
permalink: /devices/pc/machine/5150/mda/64kb/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5150/mda/64kb/
|
||||
- /configs/pc/machines/5150/mda/64kb/index.xml/
|
||||
- /configs/pc/machines/5150/mda/64kb/machine.xml/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5150
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC (Model 5150, 64Kb) with Monochrome Display and Soft Keyboard"
|
||||
title: IBM PC (Model 5150, 64Kb) with Monochrome Display and Soft Keyboard
|
||||
permalink: /devices/pc/machine/5150/mda/64kb/softkbd/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC Machines (Model 5150) with Monochrome (MDA) Display
|
||||
title: IBM PC (Model 5150) with Monochrome (MDA) Display
|
||||
permalink: /devices/pc/machine/5150/mda/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5150/mda/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5150
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) Machine Array with CGA Displays"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) Machine Array with CGA Displays
|
||||
permalink: /devices/pc/machine/5160/cga/256kb/array/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display
|
||||
permalink: /devices/pc/machine/5160/cga/256kb/demo/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5160/cga/256kb/demo/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5160
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Debugger"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Debugger
|
||||
permalink: /devices/pc/machine/5160/cga/256kb/demo/debugger/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5160/cga/256kb/demo/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5160
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Soft Keyboard"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Soft Keyboard
|
||||
permalink: /devices/pc/machine/5160/cga/256kb/softkbd/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display running Windows 1.01"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display running Windows 1.01
|
||||
permalink: /devices/pc/machine/5160/cga/256kb/win101/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5160/cga/256kb/win101/
|
||||
- /configs/pc/machines/5160/cga/256kb/win101/machine.xml/
|
||||
- /demos/pc/cga-win101/xt-cga-win101.xml/
|
||||
- /demos/pc/cga-win101/
|
||||
machines:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Debugger running Windows 1.01"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Debugger running Windows 1.01
|
||||
permalink: /devices/pc/machine/5160/cga/256kb/win101/debugger/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5160/cga/256kb/win101/debugger/
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Soft Keyboard running Windows 1.01"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Soft Keyboard running Windows 1.01
|
||||
permalink: /devices/pc/machine/5160/cga/256kb/win101/softkbd/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5160/cga/256kb/win101/softkbd/index.xml/
|
||||
- /configs/pc/machines/5160/cga/256kb/win101/softkbd/machine.xml/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5160
|
||||
|
|
|
|||
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 512Kb, 10Mb Drive) with Color Display and Soft Keyboard running Windows 1.01"
|
||||
title: IBM PC XT (Model 5160, 512Kb, 10Mb Drive) with Color Display and Soft Keyboard running Windows 1.01
|
||||
permalink: /devices/pc/machine/5160/cga/512kb/win101/softkbd/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5160/cga/512kb/win101/softkbd/
|
||||
- /devices/pc/machine/5160/cga/512kb/
|
||||
- /devices/pc/machine/5160/cga/512kb/win101/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5160
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Debugger"
|
||||
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Debugger
|
||||
permalink: /devices/pc/machine/5160/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display"
|
||||
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display
|
||||
permalink: /devices/pc/machine/5160/cga/640kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Soft Keyboard"
|
||||
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Soft Keyboard
|
||||
permalink: /devices/pc/machine/5160/cga/640kb/softkbd/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC (Model 5160) with Color Display"
|
||||
title: IBM PC (Model 5160) with Color Display
|
||||
permalink: /devices/pc/machine/5160/cga/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5160/cga/
|
||||
---
|
||||
|
||||
IBM PC XT with Color Graphics (CGA) Display
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with EGA Display and Debugger"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with EGA Display and Debugger
|
||||
permalink: /devices/pc/machine/5160/ega/256kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with EGA Display"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with EGA Display
|
||||
permalink: /devices/pc/machine/5160/ega/256kb/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5160/ega/256kb/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) Machine Array with EGA Displays"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) Machine Array with EGA Displays
|
||||
permalink: /devices/pc/machine/5160/ega/640kb/array/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display and Debugger"
|
||||
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display and Debugger
|
||||
permalink: /devices/pc/machine/5160/ega/640kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display"
|
||||
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display
|
||||
permalink: /devices/pc/machine/5160/ega/640kb/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5160/ega/640kb/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160) with Enhanced Color Display"
|
||||
title: IBM PC XT (Model 5160) with Enhanced Color Display
|
||||
permalink: /devices/pc/machine/5160/ega/
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display and Debugger"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display and Debugger
|
||||
permalink: /devices/pc/machine/5160/mda/256kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 80188, 256Kb) with Monochrome Display and Debugger"
|
||||
title: IBM PC XT (Model 5160, 80188, 256Kb) with Monochrome Display and Debugger
|
||||
permalink: /devices/pc/machine/5160/mda/256kb/fake188/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 80188, 256Kb) with Monochrome Display"
|
||||
title: IBM PC XT (Model 5160, 80188, 256Kb) with Monochrome Display
|
||||
permalink: /devices/pc/machine/5160/mda/256kb/fake188/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display"
|
||||
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display
|
||||
permalink: /devices/pc/machine/5160/mda/256kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC XT (Model 5160, 64Kb, 10Mb Drive) with Monochrome Display and Soft Keyboard"
|
||||
title: IBM PC XT (Model 5160, 64Kb, 10Mb Drive) with Monochrome Display and Soft Keyboard
|
||||
permalink: /devices/pc/machine/5160/mda/64kb/softkbd/
|
||||
redirect_from:
|
||||
- /devices/pc/machine/5160/mda/64kb/
|
||||
- /configs/pc/machines/5160/mda/64kb/softkbd/index.xml/
|
||||
machines:
|
||||
- type: pc
|
||||
id: ibm5160
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 640Kb) with CGA Display"
|
||||
title: IBM PC AT (Model 5170, 640Kb) with CGA Display
|
||||
permalink: /devices/pc/machine/5170/cga/640kb/rev3/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 640Kb) with CGA Display"
|
||||
title: IBM PC AT (Model 5170, 640Kb) with CGA Display
|
||||
permalink: /devices/pc/machine/5170/cga/640kb/rev3/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170) with Color Display"
|
||||
title: IBM PC AT (Model 5170) with Color Display
|
||||
permalink: /devices/pc/machine/5170/cga/
|
||||
---
|
||||
|
||||
|
|
|
|||
13
devices/pc/machine/5170/ega/1152kb/README.md
Normal file
13
devices/pc/machine/5170/ega/1152kb/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC AT (Model 5170) with Enhanced Color Display
|
||||
permalink: /devices/pc/machine/5170/ega/1152kb/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5170/ega/1152kb/
|
||||
---
|
||||
|
||||
IBM PC AT with 1Mb RAM and Enhanced Color Graphics (EGA) Display
|
||||
---
|
||||
|
||||
* [IBM PC AT (6Mhz, 1Mb, 20Mb Hard Disk) with EGA Display](/devices/pc/machine/5170/ega/1152kb/rev1/) ([Debugger](/devices/pc/machine/5170/ega/1152kb/rev1/debugger/))
|
||||
* [IBM PC AT (8Mhz, 1Mb, 20Mb Hard Disk) with EGA Display](/devices/pc/machine/5170/ega/1152kb/rev3/) ([Debugger](/devices/pc/machine/5170/ega/1152kb/rev3/debugger/),[Backtrack](/devices/pc/machine/5170/ega/1152kb/rev3/debugger/backtrack/))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 1152Kb) with EGA Display and 20Mb Hard Disk"
|
||||
title: IBM PC AT (Model 5170, 1152Kb) with EGA Display and 20Mb Hard Disk
|
||||
permalink: /devices/pc/machine/5170/ega/1152kb/rev1/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 1152Kb) with EGA Display and 20Mb Hard Disk"
|
||||
title: IBM PC AT (Model 5170, 1152Kb) with EGA Display and 20Mb Hard Disk
|
||||
permalink: /devices/pc/machine/5170/ega/1152kb/rev1/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5170/ega/1152kb/rev1/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger"
|
||||
title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger
|
||||
permalink: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/backtrack/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger"
|
||||
title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display and Debugger
|
||||
permalink: /devices/pc/machine/5170/ega/1152kb/rev3/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display"
|
||||
title: IBM PC AT (Model 5170, 1152Kb, 20Mb Drive) with EGA Display
|
||||
permalink: /devices/pc/machine/5170/ega/1152kb/rev3/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
12
devices/pc/machine/5170/ega/2048kb/README.md
Normal file
12
devices/pc/machine/5170/ega/2048kb/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC AT (Model 5170) with Enhanced Color Display
|
||||
permalink: /devices/pc/machine/5170/ega/2048kb/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5170/ega/2048kb/
|
||||
---
|
||||
|
||||
IBM PC AT with 2Mb RAM and Enhanced Color Graphics (EGA) Display
|
||||
---
|
||||
|
||||
* [IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with EGA Display](/devices/pc/machine/5170/ega/2048kb/rev3/) ([Debugger](/devices/pc/machine/5170/ega/2048kb/rev3/debugger/),[Backtrack](/devices/pc/machine/5170/ega/2048kb/rev3/debugger/backtrack/))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with EGA Display and Debugger"
|
||||
title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with EGA Display and Debugger
|
||||
permalink: /devices/pc/machine/5170/ega/2048kb/rev3/debugger/backtrack/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 2Mb20Mb Hard Disk) with EGA Display and Debugger"
|
||||
title: IBM PC AT (Model 5170, 2Mb20Mb Hard Disk) with EGA Display and Debugger
|
||||
permalink: /devices/pc/machine/5170/ega/2048kb/rev3/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display"
|
||||
title: IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display
|
||||
permalink: /devices/pc/machine/5170/ega/2048kb/rev3/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
12
devices/pc/machine/5170/ega/640kb/README.md
Normal file
12
devices/pc/machine/5170/ega/640kb/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM PC AT (Model 5170) with Enhanced Color Display
|
||||
permalink: /devices/pc/machine/5170/ega/640kb/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5170/ega/640kb/
|
||||
---
|
||||
|
||||
IBM PC AT with 640Kb RAM and Enhanced Color Graphics (EGA) Display
|
||||
---
|
||||
|
||||
* [IBM PC AT (6Mhz, 640Kb, Dual Floppy) with EGA Display](/devices/pc/machine/5170/ega/640kb/rev1/) ([Debugger](/devices/pc/machine/5170/ega/640kb/rev1/debugger/))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 640Kb) with EGA Display"
|
||||
title: IBM PC AT (Model 5170, 640Kb) with EGA Display
|
||||
permalink: /devices/pc/machine/5170/ega/640kb/rev1/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 640Kb) with EGA Display"
|
||||
title: IBM PC AT (Model 5170, 640Kb) with EGA Display
|
||||
permalink: /devices/pc/machine/5170/ega/640kb/rev1/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5170/ega/640kb/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170) with Enhanced Color Display"
|
||||
title: IBM PC AT (Model 5170) with Enhanced Color Display
|
||||
permalink: /devices/pc/machine/5170/ega/
|
||||
redirect_from:
|
||||
- /configs/pc/machines/5170/ega/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 640Kb) with MDA Display"
|
||||
title: IBM PC AT (Model 5170, 640Kb) with MDA Display
|
||||
permalink: /devices/pc/machine/5170/mda/640kb/rev3/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 640Kb) with MDA Display"
|
||||
title: IBM PC AT (Model 5170, 640Kb) with MDA Display
|
||||
permalink: /devices/pc/machine/5170/mda/640kb/rev3/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170) with Monochrome Display"
|
||||
title: IBM PC AT (Model 5170) with Monochrome Display
|
||||
permalink: /devices/pc/machine/5170/mda/
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display and Debugger"
|
||||
title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display and Debugger
|
||||
permalink: /devices/pc/machine/5170/vga/2048kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display"
|
||||
title: IBM PC AT (Model 5170, 2Mb, 20Mb Drive) with VGA Display
|
||||
permalink: /devices/pc/machine/5170/vga/2048kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 4Mb, 20Mb Drive) with VGA Display and Debugger"
|
||||
title: IBM PC AT (Model 5170, 4Mb, 20Mb Drive) with VGA Display and Debugger
|
||||
permalink: /devices/pc/machine/5170/vga/4096kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170, 4Mb, 20Mb Drive) with VGA Display"
|
||||
title: IBM PC AT (Model 5170, 4Mb, 20Mb Drive) with VGA Display
|
||||
permalink: /devices/pc/machine/5170/vga/4096kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "IBM PC AT (Model 5170) with VGA Display"
|
||||
title: IBM PC AT (Model 5170) with VGA Display
|
||||
permalink: /devices/pc/machine/5170/vga/
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "AT&T Personal Computer 6300 with Color Display"
|
||||
title: AT&T Personal Computer 6300 with Color Display
|
||||
permalink: /devices/pc/machine/att/6300/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "AT&T Personal Computer 6300 with Color Display"
|
||||
title: AT&T Personal Computer 6300 with Color Display
|
||||
permalink: /devices/pc/machine/att/6300/cga/640kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Columbia Data Products MPC 1600 with Color Display and Debugger"
|
||||
title: Columbia Data Products MPC 1600 with Color Display and Debugger
|
||||
permalink: /devices/pc/machine/cdp/mpc1600/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Columbia Data Products MPC 1600 with Color Display"
|
||||
title: Columbia Data Products MPC 1600 with Color Display
|
||||
permalink: /devices/pc/machine/cdp/mpc1600/cga/640kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ permalink: /devices/pc/machine/compaq/deskpro386/
|
|||
COMPAQ DeskPro 386 Machines
|
||||
---
|
||||
|
||||
* [COMPAQ DeskPro 386 with 2Mb RAM and COMPAQ EGA](ega/2048kb/) ([Debugger](ega/2048kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 4Mb RAM and COMPAQ EGA](ega/4096kb/) ([Debugger](ega/4096kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 2Mb RAM and IBM EGA](ega/2048kb/) ([Debugger](ega/2048kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 4Mb RAM and IBM EGA](ega/4096kb/) ([Debugger](ega/4096kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 2Mb RAM and COMPAQ VGA (Debugger)](other/2048kb/debugger/),([Backtrack](other/2048kb/debugger/backtrack/))
|
||||
* [COMPAQ DeskPro 386 with 2Mb RAM and IBM VGA](vga/2048kb/) ([Debugger](vga/2048kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 4Mb RAM and IBM VGA](vga/4096kb/) ([Debugger](vga/4096kb/debugger/))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "COMPAQ DeskPro 386 (2Mb) with COMPAQ EGA"
|
||||
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ EGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/ega/2048kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "COMPAQ DeskPro 386 (2Mb) with COMPAQ EGA"
|
||||
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ EGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/ega/2048kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "COMPAQ DeskPro 386 (4Mb) with COMPAQ EGA"
|
||||
title: COMPAQ DeskPro 386 (4Mb) with COMPAQ EGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/ega/4096kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "COMPAQ DeskPro 386 (4Mb) with COMPAQ EGA"
|
||||
title: COMPAQ DeskPro 386 (4Mb) with COMPAQ EGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/ega/4096kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
11
devices/pc/machine/compaq/deskpro386/ega/README.md
Normal file
11
devices/pc/machine/compaq/deskpro386/ega/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: page
|
||||
title: COMPAQ DeskPro 386 Machines with IBM EGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/ega/
|
||||
---
|
||||
|
||||
COMPAQ DeskPro 386 Machines with IBM EGA
|
||||
---
|
||||
|
||||
* [COMPAQ DeskPro 386 with 2Mb RAM and IBM EGA](2048kb/) ([Debugger](2048kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 4Mb RAM and IBM EGA](4096kb/) ([Debugger](4096kb/debugger/))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA"
|
||||
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA"
|
||||
title: COMPAQ DeskPro 386 (2Mb) with COMPAQ VGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/other/2048kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
10
devices/pc/machine/compaq/deskpro386/other/README.md
Normal file
10
devices/pc/machine/compaq/deskpro386/other/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: COMPAQ DeskPro 386 Machines with COMPAQ VGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/other/
|
||||
---
|
||||
|
||||
COMPAQ DeskPro 386 Machines with COMPAQ VGA
|
||||
---
|
||||
|
||||
* [COMPAQ DeskPro 386 with 2Mb RAM and COMPAQ VGA (Debugger)](2048kb/debugger/),([Backtrack](2048kb/debugger/backtrack/))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "COMPAQ DeskPro 386 (2Mb) with IBM VGA"
|
||||
title: COMPAQ DeskPro 386 (2Mb) with IBM VGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/vga/2048kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "COMPAQ DeskPro 386 (2Mb) with IBM VGA"
|
||||
title: COMPAQ DeskPro 386 (2Mb) with IBM VGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/vga/2048kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "COMPAQ DeskPro 386 (4Mb) with IBM VGA"
|
||||
title: COMPAQ DeskPro 386 (4Mb) with IBM VGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/vga/4096kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "COMPAQ DeskPro 386 (4Mb) with IBM VGA"
|
||||
title: COMPAQ DeskPro 386 (4Mb) with IBM VGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/vga/4096kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
12
devices/pc/machine/compaq/deskpro386/vga/README.md
Normal file
12
devices/pc/machine/compaq/deskpro386/vga/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: COMPAQ DeskPro 386 Machines with IBM VGA
|
||||
permalink: /devices/pc/machine/compaq/deskpro386/vga/
|
||||
---
|
||||
|
||||
COMPAQ DeskPro 386 Machines with IBM VGA
|
||||
---
|
||||
|
||||
* [COMPAQ DeskPro 386 with 2Mb RAM and IBM VGA](vga/2048kb/) ([Debugger](vga/2048kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 4Mb RAM and IBM VGA](vga/4096kb/) ([Debugger](vga/4096kb/debugger/))
|
||||
* [COMPAQ DeskPro 386 with 4Mb RAM and IBM VGA running Windows 95](/disks/pc/windows/win95/4.00.950/) ([Debugger](/disks/pc/windows/win95/4.00.950/debugger/))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Zenith Z-150 with Color Display and Debugger"
|
||||
title: Zenith Z-150 with Color Display and Debugger
|
||||
permalink: /devices/pc/machine/zenith/z150/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Zenith Z-150 with Color Display"
|
||||
title: Zenith Z-150 with Color Display
|
||||
permalink: /devices/pc/machine/zenith/z150/cga/640kb/
|
||||
machines:
|
||||
- type: pc
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ layout: page
|
|||
title: COMPAQ DeskPro 386 ROMs
|
||||
permalink: /devices/pc/rom/compaq/deskpro386/
|
||||
redirect_from:
|
||||
- /devices/pc/bios/compaq/deskpro386/
|
||||
- /devices/pc/compaq/deskpro386/
|
||||
- /devices/pc/rom/compaq/bios/deskpro386/
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "ATI VGA Wonder-16"
|
||||
title: ATI VGA Wonder-16
|
||||
permalink: /devices/pc/video/ati/vga/
|
||||
---
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue