diff --git a/README.md b/README.md index f979958c5..8e74a495a 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,14 @@ PCjs Machines ------------- Welcome to PCjs. + +READMEs to skip: + +/ +/tools +/machines +/machines/dec/pdp10 +/machines/dec/pdp11 +/machines/pcx80 +/machines/pcx86 +/configs diff --git a/_posts/2017/2017-02-28-learning-the-pdp-10.md b/_posts/2017/2017-02-28-learning-the-pdp-10.md index c3609850c..4c8ff73ef 100644 --- a/_posts/2017/2017-02-28-learning-the-pdp-10.md +++ b/_posts/2017/2017-02-28-learning-the-pdp-10.md @@ -5,7 +5,7 @@ date: 2017-02-28 22:00:00 permalink: /blog/2017/02/28/ --- -Since I've more or less achieved all my goals for the PCjs [PDP-11 Emulator](/devices/pdp11/machine/), +Since I've more or less achieved all my goals for the PCjs [PDP-11 Emulator](/machines/dec/pdp11/), I've decided to turn my attention to an even older historically important DEC computer: the [PDP-10](https://en.wikipedia.org/wiki/PDP-10#Cancellation_and_influence). diff --git a/_posts/2019/2019-07-28-a-quick-post.md b/_posts/2019/2019-07-28-a-quick-post.md index 75b7cb091..c7ee45f7f 100644 --- a/_posts/2019/2019-07-28-a-quick-post.md +++ b/_posts/2019/2019-07-28-a-quick-post.md @@ -3,7 +3,7 @@ layout: post title: A Quick Post date: 2019-07-28 10:00:00 permalink: /blog/2019/07/28/ -preview: https://diskettes.pcjs.org/pcx86/lang/microsoft/basic/QUICKBAS100.png +preview: https://diskettes.pcjs.org/pcx86/lang/microsoft/basic/quickbasic/1.00/MS-QUICKBASIC-100.jpg --- There have been a number of small additions to the website over the last month: diff --git a/configs/hardware.json b/configs/hardware.json index 1731a01b0..55a22e855 100644 --- a/configs/hardware.json +++ b/configs/hardware.json @@ -12,9 +12,12 @@ "@title": "DEC", "pdp10": { "@title": "PDP-10", - "ka10/test": { - "@title": "PDP-10 KA10 Test", - "@redirect_from": "/devices/pdp10/machine/ka10/test/" + "ka10": { + "@title": "KA10", + "test": { + "@title": "PDP-10 KA10 Test", + "@redirect_from": "/devices/pdp10/machine/ka10/test/" + } } }, "pdp11": { diff --git a/machines/dec/pdp10/README.md b/machines/dec/pdp10/README.md index 13ff5f36b..baba60f00 100644 --- a/machines/dec/pdp10/README.md +++ b/machines/dec/pdp10/README.md @@ -1,12 +1,15 @@ --- layout: page -title: PDPjs Support for DEC PDP-10 Machines +title: DEC PDP-10 Machines permalink: /machines/dec/pdp10/ +redirect_from: + - /modules/pdp10/ + - /devices/pdp10/machine/ --- -This PDPjs module for [PDP-10 Machines](/machines/dec/pdp10/) was added to the PCjs Project in 2017. +Support for [PDP-10 Machines](/machines/dec/pdp10/) was added to the PCjs Project in 2017. -The module is currently comprised of the following components, as listed in [machines.json](/configs/machines.json) (see the *pdp10.scripts* property): +The PCjs PDP-10 emulator is currently comprised of the following components, as listed in [machines.json](/configs/machines.json) (see the *pdp10.scripts* property): * [bus.js](lib/bus.js) * [computer.js](lib/computer.js) diff --git a/machines/dec/pdp11/README.md b/machines/dec/pdp11/README.md index de43981fc..b58c3dc0c 100644 --- a/machines/dec/pdp11/README.md +++ b/machines/dec/pdp11/README.md @@ -2,13 +2,15 @@ layout: page title: DEC PDP-11 Machines permalink: /machines/dec/pdp11/ +redirect_from: + - /modules/pdp11/ + - /devices/pdp11/machine/ --- Support for [PDP-11 Machines](/machines/dec/pdp11/) was added to the PCjs Project in 2016. -The PCjs PDP-11 emulator was adapted from the [PDP-11/70 Emulator](http://skn.noip.me/pdp11/pdp11.html) written by Paul Nankervis, with permission. - -The module is currently comprised of the following components, as listed in [machines.json](/configs/machines.json) (see the *pdp11.scripts* property): +The PCjs PDP-11 emulator is currently comprised of the following components, as listed in [machines.json](/configs/machines.json) (see the *pdp11.scripts* property). +Portions were adapted from the [PDP-11/70 Emulator](http://skn.noip.me/pdp11/pdp11.html) written by Paul Nankervis, with permission. * [bus.js](lib/bus.js) * [computer.js](lib/computer.js) diff --git a/software/dec/pdp11/tapes/absloader/README.md b/software/dec/pdp11/tapes/absloader/README.md index 8ad4b1c17..eb1717f5e 100644 --- a/software/dec/pdp11/tapes/absloader/README.md +++ b/software/dec/pdp11/tapes/absloader/README.md @@ -5,9 +5,6 @@ permalink: /software/dec/pdp11/tapes/absloader/ redirect_from: /apps/pdp11/tapes/absloader/ --- -DEC PDP-11 Absolute Loader --------------------------- - [![DEC-11-L2PC-PO](DEC-11-L2PC-PO.jpg)](DEC-11-L2PC-PO.json) The Absolute Loader is a special tape image that must be loaded in order to load *other* tapes