More README updates

This commit is contained in:
Jeff Parsons 2016-10-20 15:32:37 -07:00 • committed by Jeff Parsons
commit 7beaf7ca7b
16 changed files with 45 additions and 26 deletions

View file

@ -9,7 +9,7 @@ PDP-11/70 Machine Configurations
PDPjs is currently being tested with the following PDP-11/70 machine configurations:
* [PDP-11/70 Test Machine](/devices/pdp11/machine/1170/test/) ([Debugger](/devices/pdp11/machine/1170/test/debugger/))
* [PDP-11/70 Boot Test](/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/))

View file

@ -1,6 +1,6 @@
---
layout: page
title: PDP-11/70 Test Machine
title: PDP-11/70 Boot Test
permalink: /devices/pdp11/machine/1170/test/
machines:
- id: test1170

View file

@ -1,6 +1,6 @@
---
layout: page
title: PDP-11/70 Test Machine with Debugger
title: PDP-11/70 Boot Test with Debugger
permalink: /devices/pdp11/machine/1170/test/debugger/
machines:
- id: test1170

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.30.1/machine.xsl"?>
<machine id="test1170" class="pdp11" border="1" pos="center" background="#FAEBD7">
<name pos="center">PDP-11/70 Test Machine with Debugger</name>
<name pos="center">PDP-11/70 Boot Test with Debugger</name>
<computer id="computer" busWidth="22"/>
<cpu id="cpu" model="1170" cycles="6666667"/>
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/TEST.json" load="0xC000" exec="0xC000"/>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.30.1/machine.xsl"?>
<machine id="test1170" class="pdp11" border="1" pos="center" background="#FAEBD7">
<name pos="center">PDP-11/70 Test Machine</name>
<name pos="center">PDP-11/70 Boot Test</name>
<computer id="computer" busWidth="22"/>
<cpu id="cpu" model="1170" cycles="6666667" autoStart="true"/>
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/TEST.json" load="0xC000" exec="0xC000"/>