Added a PDP-11 "server array" test page
This commit is contained in:
parent
a0f7b85bdd
commit
342746f2bc
7 changed files with 45 additions and 14 deletions
|
|
@ -11,4 +11,5 @@ PCjs is adding support the following PDP-11/70 configurations:
|
|||
|
||||
* [PDP-11/70 Test Machine](/devices/pdp11/machine/1170/test/) ([Debugger](/devices/pdp11/machine/1170/test/debugger/))
|
||||
* [PDP-11/70 with Front Panel](/devices/pdp11/machine/1170/panel) ([Debugger](/devices/pdp11/machine/1170/panel/debugger/))
|
||||
* [PDP-11/70 "Server Array"](/devices/pdp11/machine/1170/array/)
|
||||
* [PDP-11/70 with VT100 Terminal](/devices/pdp11/machine/1170/vt100/) ([Debugger](/devices/pdp11/machine/1170/vt100/debugger/))
|
||||
|
|
|
|||
30
devices/pdp11/machine/1170/array/README.md
Normal file
30
devices/pdp11/machine/1170/array/README.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
layout: page
|
||||
title: PDP-11/70 "Server Array"
|
||||
permalink: /devices/pdp11/machine/1170/array/
|
||||
machines:
|
||||
- type: pdp11
|
||||
id: test1170a
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
- type: pdp11
|
||||
id: test1170b
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
- type: pdp11
|
||||
id: test1170c
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
- type: pdp11
|
||||
id: test1170d
|
||||
autoStart: true
|
||||
config: /devices/pdp11/machine/1170/panel/machine.xml
|
||||
---
|
||||
|
||||
{% include machine.html id="test1170a" %}
|
||||
|
||||
{% include machine.html id="test1170b" %}
|
||||
|
||||
{% include machine.html id="test1170c" %}
|
||||
|
||||
{% include machine.html id="test1170d" %}
|
||||
Loading…
Reference in a new issue