More README updates
This commit is contained in:
parent
b55e6ba2c4
commit
fe07dcffff
8 changed files with 27 additions and 39 deletions
|
|
@ -15,4 +15,4 @@ Here are some sample C1P Machine Configurations:
|
||||||
* [8kb "Server Array" Demo](8kb/array/)
|
* [8kb "Server Array" Demo](8kb/array/)
|
||||||
* [32kb with Diskette Support](32kb/)
|
* [32kb with Diskette Support](32kb/)
|
||||||
|
|
||||||
See the [Documentation](/docs/c1pjs/) for details on the operation of C1Pjs.
|
See the [C1Pjs Documentation](/docs/c1pjs/) for operational details of our Challenger 1P emulator.
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ permalink: /devices/pc/
|
||||||
IBM PC Device Configurations
|
IBM PC Device Configurations
|
||||||
---
|
---
|
||||||
|
|
||||||
[IBM PC Machine Configurations](machine/) are built from a collection of devices, including:
|
[PC Machines](machine/) are built from a collection of devices, including:
|
||||||
|
|
||||||
* CPU
|
* CPU
|
||||||
* RAM
|
* RAM
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ redirect_from:
|
||||||
IBM PC (Model 5150) Machines
|
IBM PC (Model 5150) Machines
|
||||||
---
|
---
|
||||||
|
|
||||||
All our IBM PC (Model 5150) configurations are located here, including:
|
Our IBM PC 5150 configurations include:
|
||||||
|
|
||||||
* [IBM PC with Monochrome Display](/devices/pc/machine/5150/mda/)
|
* [IBM PC with Monochrome Display](/devices/pc/machine/5150/mda/)
|
||||||
* [IBM PC with Color Display](/devices/pc/machine/5150/cga/)
|
* [IBM PC with Color Display](/devices/pc/machine/5150/cga/)
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ permalink: /devices/pc/machine/5160/
|
||||||
IBM PC XT (Model 5160) Machines
|
IBM PC XT (Model 5160) Machines
|
||||||
---
|
---
|
||||||
|
|
||||||
All our IBM PC XT (Model 5160) configurations are located here, including:
|
Our IBM PC XT 5160 configurations include:
|
||||||
|
|
||||||
* [IBM PC XT with Monochrome Display](/devices/pc/machine/5160/mda/)
|
* [IBM PC XT with Monochrome Display](/devices/pc/machine/5160/mda/)
|
||||||
* [IBM PC XT with Color Display](/devices/pc/machine/5160/cga/)
|
* [IBM PC XT with Color Display](/devices/pc/machine/5160/cga/)
|
||||||
|
|
|
||||||
|
|
@ -7,14 +7,14 @@ permalink: /devices/pc/machine/5170/
|
||||||
IBM PC AT (Model 5170) Machines
|
IBM PC AT (Model 5170) Machines
|
||||||
---
|
---
|
||||||
|
|
||||||
All our IBM PC AT (Model 5170) configurations are located here, including:
|
Our IBM PC AT 5170 configurations include:
|
||||||
|
|
||||||
* [IBM PC AT with MDA Display](/devices/pc/machine/5170/mda/)
|
* [IBM PC AT with MDA Display](/devices/pc/machine/5170/mda/)
|
||||||
* [IBM PC AT with CGA Display](/devices/pc/machine/5170/cga/)
|
* [IBM PC AT with CGA Display](/devices/pc/machine/5170/cga/)
|
||||||
* [IBM PC AT with EGA Display](/devices/pc/machine/5170/ega/)
|
* [IBM PC AT with EGA Display](/devices/pc/machine/5170/ega/)
|
||||||
* [IBM PC AT with VGA Display](/devices/pc/machine/5170/vga/)
|
* [IBM PC AT with VGA Display](/devices/pc/machine/5170/vga/)
|
||||||
|
|
||||||
The IBM PC AT 5170 came in several different models over a 3-year period, as summarized below.
|
The IBM PC AT 5170 came in a variety of its own models over a three-year period.
|
||||||
|
|
||||||
### 5170 Models 68 and 99
|
### 5170 Models 68 and 99
|
||||||
|
|
||||||
|
|
@ -58,16 +58,16 @@ Models 319 and 339 were introduced in April 1986:
|
||||||
- All of the above
|
- All of the above
|
||||||
- Enhanced 101-key keyboard
|
- Enhanced 101-key keyboard
|
||||||
|
|
||||||
IBM PC AT Configuration Options
|
IBM PC AT 5170 Configuration Options
|
||||||
---
|
---
|
||||||
|
|
||||||
The Model 5170 doesn't have DIP switches like previous models, but it still has a few switches and jumpers.
|
The IBM PC AT 5170 doesn't have DIP switches like previous models, but it still has a few switches and jumpers.
|
||||||
|
|
||||||
First and foremost, there is a **Display Switch** near the battery connector that must be pushed "toward the
|
First and foremost, there is a **Display Switch** near the battery connector that must be pushed "toward the
|
||||||
front of your system unit" if you have a CGA that is your only (or primary) display adapter, or "toward the
|
front of your system unit" if you have a CGA that is your only (or primary) display adapter, or "toward the
|
||||||
back of your system unit" if you're using an MDA as your only (or primary) display.
|
back of your system unit" if you're using an MDA as your only (or primary) display.
|
||||||
|
|
||||||
In PCjs, the Model 5170 **Display Switch** is configured with the <[ChipSet](/docs/pcjs/chipset/)> *monitor*
|
In PCjs, the 5170 **Display Switch** is configured with the <[ChipSet](/docs/pcjs/chipset/)> *monitor*
|
||||||
property, which you can set to either "mono" (aka "mda") or "color" (aka "cga"). Unlike the Model 5150/5160 DIP
|
property, which you can set to either "mono" (aka "mda") or "color" (aka "cga"). Unlike the Model 5150/5160 DIP
|
||||||
switches, there is no UI for this switch, so once the machine has been created, it cannot be changed by the user.
|
switches, there is no UI for this switch, so once the machine has been created, it cannot be changed by the user.
|
||||||
|
|
||||||
|
|
@ -78,7 +78,7 @@ Finally, there is a "manufacturing jumper" that can be installed, enabling addit
|
||||||
in the ROM; it defaults to UNINSTALLED and stays UNINSTALLED, since no UI or configuration property is currently
|
in the ROM; it defaults to UNINSTALLED and stays UNINSTALLED, since no UI or configuration property is currently
|
||||||
provided.
|
provided.
|
||||||
|
|
||||||
The rest of a Model 5170 machine's configuration is normally handled through CMOS settings, such as the number and type
|
The rest of a 5170 machine's configuration is normally handled through CMOS settings, such as the number and type
|
||||||
of floppy diskette drives, which can be configured with the <[ChipSet](/docs/pcjs/chipset/)> *floppies* property;
|
of floppy diskette drives, which can be configured with the <[ChipSet](/docs/pcjs/chipset/)> *floppies* property;
|
||||||
e.g.:
|
e.g.:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,6 @@ IBM PC AT with Enhanced Color Graphics (EGA) Display
|
||||||
|
|
||||||
All our Enhanced Color Graphics (EGA) configurations of the IBM PC AT (Model 5170) are located here, including:
|
All our Enhanced Color Graphics (EGA) configurations of the IBM PC AT (Model 5170) are located here, including:
|
||||||
|
|
||||||
* [IBM PC AT (8Mhz, 640Kb, Dual Floppy) with MDA Display](/devices/pc/machine/5170/mda/640kb/rev3/) ([Debugger](/devices/pc/machine/5170/mda/640kb/rev3/debugger/))
|
|
||||||
* [IBM PC AT (8Mhz, 640Kb, Dual Floppy) with CGA Display](/devices/pc/machine/5170/cga/640kb/rev3/) ([Debugger](/devices/pc/machine/5170/cga/640kb/rev3/debugger/))
|
|
||||||
* [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/))
|
* [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/))
|
||||||
* [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 (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/))
|
* [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
|
layout: page
|
||||||
title: Machine Configurations
|
title: IBM PC Machine Configurations
|
||||||
menu_title: Machines
|
menu_title: Machines
|
||||||
menu_order: 6
|
menu_order: 6
|
||||||
permalink: /devices/pc/machine/
|
permalink: /devices/pc/machine/
|
||||||
|
|
@ -11,13 +11,13 @@ redirect_from:
|
||||||
IBM PC Machine Configurations
|
IBM PC Machine Configurations
|
||||||
---
|
---
|
||||||
|
|
||||||
PCjs supports these IBM PC models:
|
[PC Devices](/devices/pc/) are the building blocks of these early [IBM PC Machines](#ibm-pc-machines):
|
||||||
|
|
||||||
* [Model 5150](/devices/pc/machine/#model-5150-machine-configurations)
|
* [IBM PC](/devices/pc/machine/5150/) (Model 5150)
|
||||||
* [Model 5160](/devices/pc/machine/#model-5160-machine-configurations)
|
* [IBM PC XT](/devices/pc/machine/5160/) (Model 5160)
|
||||||
* [Model 5170](/devices/pc/machine/#model-5170-machine-configurations)
|
* [IBM PC AT](/devices/pc/machine/5170/) (Model 5170)
|
||||||
|
|
||||||
along with these IBM PC-compatibles:
|
PCjs also supports IBM PC-compatibles, such as:
|
||||||
|
|
||||||
* [AT&T](/devices/pc/machine/att/) ([AT&T 6300](/devices/pc/machine/att/6300/))
|
* [AT&T](/devices/pc/machine/att/) ([AT&T 6300](/devices/pc/machine/att/6300/))
|
||||||
* [Columbia Data Products](/devices/pc/machine/cdp/) ([MPC 1600](/devices/pc/machine/cdp/mpc1600/cga/640kb/))
|
* [Columbia Data Products](/devices/pc/machine/cdp/) ([MPC 1600](/devices/pc/machine/cdp/mpc1600/cga/640kb/))
|
||||||
|
|
@ -39,23 +39,20 @@ Machines from our [IBM PC Application Archive](/apps/pc/):
|
||||||
|
|
||||||
### Ready-To-Boot Disk Demos
|
### Ready-To-Boot Disk Demos
|
||||||
|
|
||||||
And here are some machines from our [IBM PC Disk Library](/disks/pc/):
|
Selected machines from our [IBM PC Disk Library](/disks/pc/):
|
||||||
|
|
||||||
* [CP/M-86 v1.1B](/disks/pc/cpm/1.1b/)
|
* [CP/M-86 v1.1B](/disks/pc/cpm/1.1b/)
|
||||||
* [PC-DOS 1.00](/disks/pc/dos/ibm/1.00/)
|
* [PC-DOS 1.00](/disks/pc/dos/ibm/1.00/)
|
||||||
* [PC-DOS 1.10](/disks/pc/dos/ibm/1.10/)
|
* [IBM PC Diagnostics](/disks/pc/diags/ibm/2.20/)
|
||||||
* [IBM Diagnostics](/disks/pc/diags/ibm/2.20/)
|
|
||||||
* [Infocom Zork I](/disks/pc/games/infocom/zork1/)
|
* [Infocom Zork I](/disks/pc/games/infocom/zork1/)
|
||||||
* [Multitasking MS-DOS](/disks/pc/dos/microsoft/4.0M/)
|
* [Multitasking MS-DOS](/disks/pc/dos/microsoft/4.0M/)
|
||||||
|
* [Microsoft Windows 1.01](/disks/pc/windows/1.01/)
|
||||||
* [Microsoft Windows 95](/disks/pc/windows/win95/4.00.950/)
|
* [Microsoft Windows 95](/disks/pc/windows/win95/4.00.950/)
|
||||||
* [OS/2 Prototype Disks](/disks/pc/os2/misc/)
|
* [OS/2 Prototype Disks](/disks/pc/os2/misc/)
|
||||||
|
|
||||||
---
|
### IBM PC Machines
|
||||||
|
|
||||||
List of Preconfigured IBM PC Machines
|
Shortcuts to most of the preconfigured IBM PC machines in the project are listed below. Some of them include
|
||||||
---
|
|
||||||
|
|
||||||
This is a list of all the other preconfigured IBM PC machines in the project. Some of them include
|
|
||||||
a predefined state, which automatically restores the machine and the specified application to an initial
|
a predefined state, which automatically restores the machine and the specified application to an initial
|
||||||
state, while others include a hard disk with preinstalled software.
|
state, while others include a hard disk with preinstalled software.
|
||||||
|
|
||||||
|
|
@ -63,9 +60,7 @@ However, most simply boot an early version of DOS, and the hard disk, if any, wi
|
||||||
From there, you can load other disks from the [Disk Library](/disks/pc/) (or mount your own disks) and install
|
From there, you can load other disks from the [Disk Library](/disks/pc/) (or mount your own disks) and install
|
||||||
other software.
|
other software.
|
||||||
|
|
||||||
### Model 5150 Machine Configurations
|
#### [IBM PC 5150 Machines](/devices/pc/machine/5150/)
|
||||||
|
|
||||||
[Model 5150 Machines](/devices/pc/machine/5150/) include:
|
|
||||||
|
|
||||||
* [IBM PC (64Kb) with Monochrome Display](/devices/pc/machine/5150/mda/64kb/) ([Debugger](/devices/pc/machine/5150/mda/64kb/debugger/))
|
* [IBM PC (64Kb) with Monochrome Display](/devices/pc/machine/5150/mda/64kb/) ([Debugger](/devices/pc/machine/5150/mda/64kb/debugger/))
|
||||||
* [IBM PC (64Kb) with Monochrome Display and Soft Keyboard (Debugger)](/devices/pc/machine/5150/mda/64kb/softkbd/)
|
* [IBM PC (64Kb) with Monochrome Display and Soft Keyboard (Debugger)](/devices/pc/machine/5150/mda/64kb/softkbd/)
|
||||||
|
|
@ -74,9 +69,7 @@ other software.
|
||||||
* [IBM PC (384Kb) with Color Display and Soft Keyboard (Debugger)](/devices/pc/machine/5150/cga/384kb/softkbd/)
|
* [IBM PC (384Kb) with Color Display and Soft Keyboard (Debugger)](/devices/pc/machine/5150/cga/384kb/softkbd/)
|
||||||
* [IBM PC (64Kb) with Dual Displays (Monochrome and Color)](/devices/pc/machine/5150/dual/64kb/)
|
* [IBM PC (64Kb) with Dual Displays (Monochrome and Color)](/devices/pc/machine/5150/dual/64kb/)
|
||||||
|
|
||||||
### Model 5160 Machine Configurations
|
#### [IBM PC XT 5160 Machines](/devices/pc/machine/5160/)
|
||||||
|
|
||||||
[Model 5160 Machines](/devices/pc/machine/5160/) include:
|
|
||||||
|
|
||||||
* [IBM PC XT (64Kb, 10Mb Drive) with Monochrome Display](/devices/pc/machine/5160/mda/64kb/softkbd/)
|
* [IBM PC XT (64Kb, 10Mb Drive) with Monochrome Display](/devices/pc/machine/5160/mda/64kb/softkbd/)
|
||||||
* [IBM PC XT (256Kb, 10Mb Drive) with Monochrome Display](/devices/pc/machine/5160/mda/256kb/) ([Debugger](/devices/pc/machine/5160/mda/256kb/debugger/))
|
* [IBM PC XT (256Kb, 10Mb Drive) with Monochrome Display](/devices/pc/machine/5160/mda/256kb/) ([Debugger](/devices/pc/machine/5160/mda/256kb/debugger/))
|
||||||
|
|
@ -92,9 +85,7 @@ other software.
|
||||||
* [IBM PC XT (256Kb, 10Mb Drive) Machine Array with CGA Displays](/devices/pc/machine/5160/cga/256kb/array/)
|
* [IBM PC XT (256Kb, 10Mb Drive) Machine Array with CGA Displays](/devices/pc/machine/5160/cga/256kb/array/)
|
||||||
* [IBM PC XT (640Kb, 10Mb Drive) Machine Array with EGA Displays](/devices/pc/machine/5160/ega/640kb/array/)
|
* [IBM PC XT (640Kb, 10Mb Drive) Machine Array with EGA Displays](/devices/pc/machine/5160/ega/640kb/array/)
|
||||||
|
|
||||||
### Model 5170 Machine Configurations
|
#### [IBM PC AT 5170 Machines](/devices/pc/machine/5170/)
|
||||||
|
|
||||||
[Model 5170 Machines](/devices/pc/machine/5170/) include:
|
|
||||||
|
|
||||||
* [IBM PC AT (8Mhz, 640Kb, Dual Floppy) with MDA Display](/devices/pc/machine/5170/mda/640kb/rev3/) ([Debugger](/devices/pc/machine/5170/mda/640kb/rev3/debugger/))
|
* [IBM PC AT (8Mhz, 640Kb, Dual Floppy) with MDA Display](/devices/pc/machine/5170/mda/640kb/rev3/) ([Debugger](/devices/pc/machine/5170/mda/640kb/rev3/debugger/))
|
||||||
* [IBM PC AT (8Mhz, 640Kb, Dual Floppy) with CGA Display](/devices/pc/machine/5170/cga/640kb/rev3/) ([Debugger](/devices/pc/machine/5170/cga/640kb/rev3/debugger/))
|
* [IBM PC AT (8Mhz, 640Kb, Dual Floppy) with CGA Display](/devices/pc/machine/5170/cga/640kb/rev3/) ([Debugger](/devices/pc/machine/5170/cga/640kb/rev3/debugger/))
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,12 @@
|
||||||
---
|
---
|
||||||
layout: post
|
layout: page
|
||||||
title: COMPAQ BIOS ROMs
|
title: COMPAQ ROMs
|
||||||
date: 2016-02-24 14:00:00
|
|
||||||
permalink: /devices/pc/rom/compaq/
|
permalink: /devices/pc/rom/compaq/
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /devices/pc/rom/compaq/bios/
|
- /devices/pc/rom/compaq/bios/
|
||||||
---
|
---
|
||||||
|
|
||||||
COMPAQ BIOS ROMs
|
COMPAQ ROMs
|
||||||
---
|
---
|
||||||
|
|
||||||
Since the PCjs Project is focused on the 1980's, this roughly chronological list of COMPAQ machines is limited to
|
Since the PCjs Project is focused on the 1980's, this roughly chronological list of COMPAQ machines is limited to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue