Updated main machine list

This commit is contained in:
Jeff Parsons 2016-02-04 09:43:24 -08:00
commit 00a0ba0fee
28 changed files with 71 additions and 67 deletions

View file

@ -1,2 +1,4 @@
developer: true
pcjs:
compiled: false

View file

@ -1,9 +1,9 @@
---
layout: post
title: JavaScript Idiosyncrasies
date: 2015-03-16 11:00:00
date: 2015-03-26 11:00:00
category: JavaScript
permalink: /blog/2015/03/16/
permalink: /blog/2015/03/26/
---
Time to mention a few JavaScript idiosyncrasies, and how I deal with them.
@ -102,8 +102,8 @@ important make that parameter unambiguously numeric as soon as possible; eg:
* @return {number}
*/
function foo(n) {
n = n || 0;
...
n = n || 0;
...
}
```
@ -140,8 +140,8 @@ conversion of numeric properties. For example, when you enumerate the propertie
``` javascript
var o = {
0x20: ' ',
0x41: 'A'
0x20: ' ',
0x41: 'A'
};
```
@ -150,8 +150,8 @@ any conversion; eg:
``` javascript
var o = {
"0x20": ' ',
"0x41": 'A'
"0x20": ' ',
"0x41": 'A'
};
```

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 256Kb) Server Array"
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
@ -9,7 +9,7 @@ machines:
id: ibm5160b
---
IBM PC XT "Server Array"
IBM PC XT CGA Machine Array
---
### Demonstration of Multiple IBM PCs on a Single Web Page

View file

@ -1,13 +1,13 @@
---
layout: page
title: "IBM PC XT (Model 5160, 256Kb) with Color Display"
title: "IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display"
permalink: /devices/pc/machine/5160/cga/256kb/demo/
machines:
- type: pc
id: ibm5160
---
IBM PC XT (Model 5160, 256Kb) with Color Display
IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display
---
{% include machine.html id="ibm5160" %}

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 256Kb) 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/
machines:
- type: pc-dbg

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 256Kb) 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-dbg

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 256Kb) 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/

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 256Kb) running Windows 1.01 with Debugger"
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/

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 256Kb) running Windows 1.01 with Soft Keyboard"
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/
machines:
- type: pc-dbg

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 512Kb) running Windows 1.01 with Soft Keyboard"
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/
machines:
- type: pc-dbg

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 640Kb) 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-dbg

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 640Kb) with Multitasking MS-DOS 4.00"
title: "IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display running Multitasking MS-DOS 4.00"
permalink: /devices/pc/machine/5160/cga/640kb/dos400m/
redirect_from:
- /configs/pc/machines/5160/cga/640kb/dos400m/

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 640Kb) 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

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 256Kb) 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-dbg

View file

@ -1,6 +1,6 @@
---
layout: page
title: "Windows 1.01 Server Array"
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
@ -13,7 +13,7 @@ machines:
id: ibm5160d
---
Windows 1.01 "Server Array"
IBM PC XT EGA Machine Array
---
### Demonstration of Multiple IBM PCs on a Single Web Page

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 640Kb) 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-dbg

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 640Kb) with EGA Display"
title: "IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display"
permalink: /devices/pc/machine/5160/ega/640kb/
machines:
- type: pc

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 640Kb) with EGA Display running Windows 1.01 and Debugger"
title: "IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display and Debugger running Windows 1.01"
permalink: /devices/pc/machine/5160/ega/640kb/win101/debugger/
machines:
- type: pc-dbg

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 640Kb) with EGA Display running Windows 1.01"
title: "IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display running Windows 1.01"
permalink: /devices/pc/machine/5160/ega/640kb/win101/
redirect_from:
- /configs/pc/machines/5160/ega/640kb/win101/

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 256Kb) with Monochrome Display"
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-dbg

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 256Kb) 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

View file

@ -1,6 +1,6 @@
---
layout: page
title: "IBM PC XT (Model 5160, 64Kb) 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/
machines:
- type: pc-dbg

View file

@ -63,37 +63,39 @@ From there, you can load another disk image
Our pre-built [Model 5150](/devices/pc/machine/5150/) machines include:
* [IBM PC, MDA, 64K](/devices/pc/machine/5150/mda/64kb/)
* [IBM PC, MDA, 64K, Debugger](/devices/pc/machine/5150/mda/64kb/debugger/)
* [IBM PC, MDA, 64K, Soft Keyboard](/devices/pc/machine/5150/mda/64kb/softkbd/)
* [IBM PC, CGA, 64K, DONKEY.BAS](/devices/pc/machine/5150/cga/64kb/donkey/)
* [IBM PC, CGA, 64K, DONKEY.BAS, Debugger](/devices/pc/machine/5150/cga/64kb/donkey/debugger/)
* [IBM PC, CGA, 64K, Soft Keyboard](/devices/pc/machine/5150/cga/64kb/softkbd/)
* [IBM PC, CGA, 384K, Soft Keyboard](/devices/pc/machine/5150/cga/384kb/softkbd/)
* [IBM PC, Dual Display, 64K](/devices/pc/machine/5150/dual/64kb/)
* [IBM PC (Model 5150, 64Kb) with Color Display](/devices/pc/machine/5150/cga/64kb/donkey/)
* [IBM PC (Model 5150, 64Kb) with Color Display and Debugger](/devices/pc/machine/5150/cga/64kb/donkey/debugger/)
* [IBM PC (Model 5150, 64Kb) with Color Display and Soft Keyboard](/devices/pc/machine/5150/cga/64kb/softkbd/)
* [IBM PC (Model 5150, 384Kb) with Color Display and Soft Keyboard](/devices/pc/machine/5150/cga/384kb/softkbd/)
* [IBM PC (Model 5150, 64Kb) with Dual Display](/devices/pc/machine/5150/dual/64kb/)
* [IBM PC (Model 5150, 64Kb) with Monochrome Display](/devices/pc/machine/5150/mda/64kb/)
* [IBM PC (Model 5150, 64Kb) with Monochrome Display and Debugger](/devices/pc/machine/5150/mda/64kb/debugger/)
* [IBM PC (Model 5150, 64Kb) with Monochrome Display and Soft Keyboard](/devices/pc/machine/5150/mda/64kb/softkbd/)
### Model 5160 Machine Configurations
* [IBM PC XT, MDA, 64K, 10Mb Drive, Soft Keyboard](/devices/pc/machine/5160/mda/64kb/softkbd/)
* [IBM PC XT, MDA, 256K, 10Mb Drive](/devices/pc/machine/5160/mda/256kb/)
* [IBM PC XT, MDA, 256K, 10Mb Drive, Debugger](/devices/pc/machine/5160/mda/256kb/debugger/)
* [IBM PC XT, CGA, 256K, 10Mb Drive](/devices/pc/machine/5160/cga/256kb/demo/)
* [IBM PC XT, CGA, 256K, 10Mb Drive, Debugger](/devices/pc/machine/5160/cga/256kb/demo/debugger/)
* [IBM PC XT, CGA, 256K, 10Mb Drive, Soft Keyboard](/devices/pc/machine/5160/cga/256kb/softkbd/)
* [IBM PC XT, CGA, 256K, Windows 1.01](/devices/pc/machine/5160/cga/256kb/win101/)
* [IBM PC XT, CGA, 256K, Windows 1.01, Debugger](/devices/pc/machine/5160/cga/256kb/win101/debugger/)
* [IBM PC XT, CGA, 256K, Windows 1.01, Soft Keyboard](/devices/pc/machine/5160/cga/256kb/win101/softkbd/)
* [IBM PC XT, CGA, 512K, Windows 1.01, Soft Keyboard](/devices/pc/machine/5160/cga/512kb/win101/softkbd/)
* [IBM PC XT, CGA, 640K, 10Mb Drive](/devices/pc/machine/5160/cga/640kb/)
* [IBM PC XT, CGA, 640K, 10Mb Drive, Debugger](/devices/pc/machine/5160/cga/640kb/debugger/)
* [IBM PC XT, CGA, 640K, Multitasking MS-DOS 4.00](/devices/pc/machine/5160/cga/640kb/dos400m/)
* [IBM PC XT, CGA "Server Array" Demo](/devices/pc/machine/5160/cga/256kb/array/)
* [IBM PC XT, EGA, 256K, 10Mb Drive, Debugger](/devices/pc/machine/5160/ega/256kb/debugger/)
* [IBM PC XT, EGA, 640K, 10Mb Drive](/devices/pc/machine/5160/ega/640kb/)
* [IBM PC XT, EGA, 640K, 10Mb Drive, Debugger](/devices/pc/machine/5160/ega/640kb/debugger/)
* [IBM PC XT, EGA, 640K, Windows 1.01](/devices/pc/machine/5160/ega/640kb/win101/)
* [IBM PC XT, EGA, 640K, Windows 1.01, Debugger](/devices/pc/machine/5160/ega/640kb/win101/debugger/)
* [IBM PC XT, EGA "Server Array" Demo](/devices/pc/machine/5160/ega/640kb/array/)
Our pre-built [Model 5160](/devices/pc/machine/5160/) machines include:
* [IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display](/devices/pc/machine/5160/cga/256kb/demo/)
* [IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Debugger](/devices/pc/machine/5160/cga/256kb/demo/debugger/)
* [IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Soft Keyboard](/devices/pc/machine/5160/cga/256kb/softkbd/)
* [IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display running Windows 1.01](/devices/pc/machine/5160/cga/256kb/win101/)
* [IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Debugger running Windows 1.01](/devices/pc/machine/5160/cga/256kb/win101/debugger/)
* [IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Soft Keyboard running Windows 1.01](/devices/pc/machine/5160/cga/256kb/win101/softkbd/)
* [IBM PC XT (Model 5160, 512Kb, 10Mb Drive) with Color Display and Soft Keyboard running Windows 1.01](/devices/pc/machine/5160/cga/512kb/win101/softkbd/)
* [IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display](/devices/pc/machine/5160/cga/640kb/)
* [IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Debugger](/devices/pc/machine/5160/cga/640kb/debugger/)
* [IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display running Multitasking MS-DOS 4.00](/devices/pc/machine/5160/cga/640kb/dos400m/)
* [IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with EGA Display and Debugger](/devices/pc/machine/5160/ega/256kb/debugger/)
* [IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display](/devices/pc/machine/5160/ega/640kb/)
* [IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display and Debugger](/devices/pc/machine/5160/ega/640kb/debugger/)
* [IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display running Windows 1.01](/devices/pc/machine/5160/ega/640kb/win101/)
* [IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display and Debugger running Windows 1.01](/devices/pc/machine/5160/ega/640kb/win101/debugger/)
* [IBM PC XT (Model 5160, 256Kb, 10Mb Drive) Machine Array with CGA Displays](/devices/pc/machine/5160/cga/256kb/array/)
* [IBM PC XT (Model 5160, 640Kb, 10Mb Drive) Machine Array with EGA Displays](/devices/pc/machine/5160/ega/640kb/array/)
* [IBM PC XT (Model 5160, 64Kb, 10Mb Drive) with Monochrome Display and Soft Keyboard](/devices/pc/machine/5160/mda/64kb/softkbd/)
* [IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display](/devices/pc/machine/5160/mda/256kb/)
* [IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Monochrome Display and Debugger](/devices/pc/machine/5160/mda/256kb/debugger/)
### Model 5170 Machine Configurations

View file

@ -7,6 +7,7 @@ permalink: /devices/pc/machine/compaq/deskpro386/
Compaq DeskPro 386 Machines
---
* [Compaq DeskPro 386 with EGA, 2Mb RAM](ega/2048kb/)
* [Compaq DeskPro 386 with VGA, 2Mb RAM](vga/2048kb/)
* [Compaq DeskPro 386 with VGA, 4Mb RAM, running Windows 95](vga/4096kb/)
* [Compaq DeskPro 386 with 128Kb EGA and 2Mb RAM](ega/2048kb/)
* [Compaq DeskPro 386 with 256Kb EGA and 4Mb RAM](ega/4096kb/)
* [Compaq DeskPro 386 with VGA and 2Mb RAM](vga/2048kb/)
* [Compaq DeskPro 386 with VGA and 4Mb RAM, running Windows 95](vga/4096kb/)

View file

@ -144,7 +144,7 @@ Learn more about
[Disk Sets](https://github.com/jeffpar/pcjs/tree/master/disks/pc) in the
[PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](https://github.com/).
{% if page.developer %}
{% if site.developer %}
### Developer Notes: Disk Sets and Manifests

View file

@ -9,7 +9,7 @@ machines:
automount:
A:
path: /disks/pc/os2/misc/football/FOOTBALL-76817.json
messages: disk|data
messages: disk
---
OS/2 FOOTBALL Boot Disk (v7.68.17)

View file

@ -14,7 +14,7 @@ Help is available for the following JavaScript Machines:
* [PCjs](/docs/pcjs/)
* [C1Pjs](/docs/c1pjs/)
{% if page.developer %}
{% if site.developer %}
Instruction documentation is also available:

View file

@ -162,7 +162,6 @@ Installing Jekyll
gem 'github-pages'
)
bundle install
jekyll serve (or: bundle exec jekyll serve)
Updating Jekyll
---
@ -172,7 +171,7 @@ Updating Jekyll
Running Jekyll
---
jekyll serve --incremental --config _config.yml,_developer.yml
bundle exec jekyll serve --incremental --config _config.yml,_developer.yml
Embedding Screenshots with Jekyll
---