Updated READMEs
This commit is contained in:
parent
0f4cbd6e7b
commit
6bec38acb4
9 changed files with 43 additions and 3 deletions
|
|
@ -7,9 +7,12 @@ permalink: /devices/pdp11/
|
|||
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/)
|
||||
* [Machines](machine/)
|
||||
* [Panels](panel/)
|
||||
* [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/).
|
||||
|
|
|
|||
|
|
@ -8,3 +8,5 @@ machines:
|
|||
---
|
||||
|
||||
{% include machine.html id="test1170" %}
|
||||
|
||||
This machine is also available with our built-in [Debugger](debugger/).
|
||||
|
|
|
|||
|
|
@ -8,3 +8,5 @@ machines:
|
|||
---
|
||||
|
||||
{% include machine.html id="test1170" %}
|
||||
|
||||
This machine is also available with our built-in [Debugger](debugger/).
|
||||
|
|
|
|||
|
|
@ -15,4 +15,6 @@ machines:
|
|||
|
||||
{% include machine.html id="test1170" %}
|
||||
|
||||
This PDP-11/70 is also available with our built-in [Debugger](debugger/).
|
||||
|
||||
{% include machine.html id="vt100" %}
|
||||
|
|
|
|||
10
devices/pdp11/panel/1170/README.md
Normal file
10
devices/pdp11/panel/1170/README.md
Normal 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))
|
||||
11
devices/pdp11/panel/README.md
Normal file
11
devices/pdp11/panel/README.md
Normal 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/)
|
||||
10
devices/pdp11/panel/test/README.md
Normal file
10
devices/pdp11/panel/test/README.md
Normal 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))
|
||||
|
|
@ -7,4 +7,4 @@ permalink: /devices/pdp11/rom/
|
|||
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))
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ PDP-11 Machine Emulation Module (PDPjs)
|
|||
Overview
|
||||
---
|
||||
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).
|
||||
|
||||
See the list of available [PDP-11 Machines](/devices/pdp11/machine/), which includes a
|
||||
|
|
|
|||
Loading…
Reference in a new issue