Minimal infrastructure for instantiating a PDP-10 test machine

This commit is contained in:
Jeff Parsons 2017-02-23 11:34:19 -08:00 committed by Jeff Parsons
commit c25ad00c41
15 changed files with 181 additions and 13 deletions

14
devices/pdp10/README.md Normal file
View file

@ -0,0 +1,14 @@
---
layout: page
title: PDP-10 Device Configurations
permalink: /devices/pdp10/
---
PDP-10 Device Configurations
----------------------------
[PDP-10 Machines](/devices/pdp10/machine/) rely on a variety of machine configuration files and resources, including:
* [Control Panels](panel/)
Test machines include a [PDP-10 (Model KA10) with Debugger](/devices/pdp11/machine/ka10/panel/debugger/).

View file

@ -0,0 +1,12 @@
---
layout: page
title: PDP-10 Machine Configurations
permalink: /devices/pdp10/machine/
---
PDP-10 Machine Configurations
-----------------------------
PDPjs supports the following PDP-10 machine configurations:
* [PDP-10 Model KA10](/devices/pdp10/machine/ka10/)

View file

@ -0,0 +1,12 @@
---
layout: page
title: PDP-10 (Model KA10) Machine Configurations
permalink: /devices/pdp10/machine/ka10/
---
PDP-10 (Model KA10) Machine Configurations
------------------------------------------
PDPjs supports the following PDP-10 Model KA10 machine configurations:
* [PDP-10 Model KA10 Test Machine](/devices/pdp10/machine/ka10/test/) (with [Debugger](/devices/pdp10/machine/ka10/test/debugger/))

View file

@ -0,0 +1,15 @@
---
layout: page
title: PDP-10 (Model KA10) Test Machine
permalink: /devices/pdp10/machine/ka10/test/
machines:
- id: ka10test
type: pdp10
---
PDP-10 Test Machine
-------------------
A PDP-10 (Model KA10) is simulated below.
{% include machine.html id="ka10test" %}

View file

@ -0,0 +1,16 @@
---
layout: page
title: PDP-10 (Model KA10) Test Machine with Debugger
permalink: /devices/pdp10/machine/ka10/test/debugger/
machines:
- id: ka10test
type: pdp10
debugger: true
---
PDP-10 Test Machine with Debugger
---------------------------------
A PDP-10 (Model KA10) is simulated below.
{% include machine.html id="ka10test" %}

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.0/machine.xsl"?>
<machine id="ka10test" type="pdp10" border="1" pos="center" background="#FAEBD7">
<name pos="center">PDP-10 Test Machine with Debugger</name>
<computer id="computer" busWidth="18"/>
<cpu id="cpu" model="1001" cycles="1000000"/>
<ram id="ram" addr="0x0000" size="0x4000"/>
<device id="default" type="default"/>
<serial id="serial" adapter="0" binding="print" upperCase="true"/>
<panel ref="/devices/pdp10/panel/test/debugger/terminal.xml"/>
<debugger id="debugger" base="8" messages="" commands=""/>
</machine>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.34.0/machine.xsl"?>
<machine id="ka10test" type="pdp10" border="1" pos="center" background="#FAEBD7">
<name pos="center">PDP-10 Test Machine</name>
<computer id="computer" busWidth="18"/>
<cpu id="cpu" model="1001" cycles="1000000"/>
<ram id="ram" addr="0x0000" size="0x4000"/>
<device id="default" type="default"/>
<serial id="serial" adapter="0" binding="print" upperCase="true"/>
<panel ref="/devices/pdp10/panel/test/debugger/terminal.xml"/>
</machine>

View file

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

View file

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

View file

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

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<panel id="panel" width="100%" padding="8px">
<name>Control Panel</name>
<control type="container" class="pcjs-textarea" width="60%" padBottom="8px">
<control type="textarea" binding="print" width="100%" height="340px" padRight="8px" pos="relative" style="resize:vertical;"/>
<control type="container" width="100%">
<control type="text" binding="debugInput" width="auto"/>
<control type="button" binding="debugEnter">Enter</control>
<control type="button" binding="clear">Clear</control>
</control>
</control>
<control type="container" class="pcjs-registers" width="35%" padLeft="8px">
<name>Registers</name>
<control type="register" label="PC" binding="PC" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
</control>
<control type="container" class="pcjs-registers" width="35%" padLeft="8px" padBottom="8px">
<control type="button" binding="run">Run</control>
<control type="button" binding="step">Step</control>
<control type="button" binding="reset">Reset</control>
<control type="button" binding="setSpeed">Fast</control>
<control type="description" binding="speed" pos="default">Stopped</control>
</control>
</panel>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<panel id="panel" width="100%" padding="8px">
<name>Control Panel</name>
<control type="container" class="pcjs-textarea" width="60%" padBottom="8px">
<control type="textarea" binding="print" width="100%" height="340px" padRight="8px" pos="relative" style="resize:vertical;"/>
</control>
<control type="container" class="pcjs-registers" width="35%" padLeft="8px">
<name>Registers</name>
<control type="register" label="PC" binding="PC" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
</control>
<control type="container" class="pcjs-registers" width="35%" padLeft="8px" padBottom="8px">
<control type="button" binding="run">Run</control>
<control type="button" binding="reset">Reset</control>
<control type="button" binding="setSpeed">Fast</control>
<control type="description" binding="speed" pos="default">Stopped</control>
</control>
</panel>