Updated READMEs

This commit is contained in:
Jeff Parsons 2016-10-15 17:13:43 -07:00 committed by Jeff Parsons
commit 6bec38acb4
9 changed files with 43 additions and 3 deletions

View file

@ -7,9 +7,12 @@ permalink: /devices/pdp11/
PDP-11 Device Configurations PDP-11 Device Configurations
---------------------------- ----------------------------
PDP-11 resources used by [PDPjs](/modules/pdp11/), our PDP-11 emulation module, include: [PDP-11 Machines](/devices/pdp11/machine/) powered by [PDPjs](/modules/pdp11/) rely on a variety of devices and resources, including:
* [Loaders](loader/) * [Loaders](loader/)
* [Machines](machine/) * [Machines](machine/)
* [Panels](panel/) * [Panels](panel/)
* [ROMs](rom/) * [ROMs](rom/)
Our collection of sample machines includes a
[PDP-11/70 with Front Panel](/devices/pdp11/machine/1170/panel/) and [PDP-11/70 with VT100 Terminal](/devices/pdp11/machine/1170/vt100/).

View file

@ -8,3 +8,5 @@ machines:
--- ---
{% include machine.html id="test1170" %} {% include machine.html id="test1170" %}
This machine is also available with our built-in [Debugger](debugger/).

View file

@ -8,3 +8,5 @@ machines:
--- ---
{% include machine.html id="test1170" %} {% include machine.html id="test1170" %}
This machine is also available with our built-in [Debugger](debugger/).

View file

@ -15,4 +15,6 @@ machines:
{% include machine.html id="test1170" %} {% include machine.html id="test1170" %}
This PDP-11/70 is also available with our built-in [Debugger](debugger/).
{% include machine.html id="vt100" %} {% include machine.html id="vt100" %}

View file

@ -0,0 +1,10 @@
---
layout: page
title: PDP-11/70 Control Panels
permalink: /devices/pdp11/panel/1170/
---
PDP-11/70 Control Panels
------------------------
* [PDP-11/70 Front Panel](front.xml) ([Debugger](debugger/front.xml))

View file

@ -0,0 +1,11 @@
---
layout: page
title: PDP-11 Control Panels
permalink: /devices/pdp11/panel/
---
PDP-11 Control Panels
---------------------
* [11/70 Front Panels](1170/)
* [Terminal Test Panels](test/)

View file

@ -0,0 +1,10 @@
---
layout: page
title: PDP-11 Test Panels
permalink: /devices/pdp11/panel/test/
---
PDP-11 Test Panels
------------------
* [Terminal Test Panel](terminal.xml) ([Debugger](debugger/terminal.xml))

View file

@ -7,4 +7,4 @@ permalink: /devices/pdp11/rom/
PDP-11 ROMs PDP-11 ROMs
----------- -----------
* [Test ROM](custom/) ([original version](http://skn.noip.me/pdp11/boot.mac) created by [Paul Nankervis](paulnank@hotmail.com)) * [Test ROM](test/) (based on [BOOT.MAC](http://skn.noip.me/pdp11/boot.mac) written by [Paul Nankervis](mailto:paulnank@hotmail.com))

View file

@ -10,7 +10,7 @@ PDP-11 Machine Emulation Module (PDPjs)
Overview Overview
--- ---
PDPjs is our PDP-11 machine emulation module. The code is being adapted from PDPjs is our PDP-11 machine emulation module. The code is being adapted from
the JavaScript [PDP 11/70 Emulator (v1.3)](http://skn.noip.me/pdp11/pdp11.html) written by the JavaScript [PDP 11/70 Emulator (v1.4)](http://skn.noip.me/pdp11/pdp11.html) written by
[Paul Nankervis](mailto:paulnank@hotmail.com). [Paul Nankervis](mailto:paulnank@hotmail.com).
See the list of available [PDP-11 Machines](/devices/pdp11/machine/), which includes a See the list of available [PDP-11 Machines](/devices/pdp11/machine/), which includes a