More README updates
This commit is contained in:
parent
21d91cbcfa
commit
7beaf7ca7b
16 changed files with 45 additions and 26 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: PDP-11/20 Test Machine with Debugger
|
||||
title: PDP-11/20 Boot Test with Debugger
|
||||
permalink: /devices/pdp11/machine/1120/test/debugger/
|
||||
machines:
|
||||
- id: test1120
|
||||
|
|
@ -8,4 +8,11 @@ machines:
|
|||
debugger: true
|
||||
---
|
||||
|
||||
Boot Test (with Debugger)
|
||||
-------------------------
|
||||
|
||||
This machine pre-loads the **[PDP-11 Boot Test](/apps/pdp11/boot/test/)** code into RAM:
|
||||
|
||||
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/TEST.json" load="0xC000" exec="0xC000"/>
|
||||
|
||||
{% include machine.html id="test1120" %}
|
||||
|
|
|
|||
|
|
@ -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="test1120" class="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">PDP-11/20 Test Machine with 56Kb and Debugger</name>
|
||||
<name pos="center">PDP-11/20 Boot Test with 56Kb and Debugger</name>
|
||||
<computer id="computer" busWidth="16"/>
|
||||
<cpu id="cpu" model="1120" cycles="6666667"/>
|
||||
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/test/TEST.json" load="0xC000" exec="0xC000"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue