Added a few PDP-11/45 configurations
This commit is contained in:
parent
f8bc528de3
commit
399e1d06a7
25 changed files with 768 additions and 14 deletions
|
|
@ -7,7 +7,7 @@ permalink: /devices/pdp11/machine/1170/
|
|||
PDP-11/70 Machine Configurations
|
||||
--------------------------------
|
||||
|
||||
PDPjs is currently being tested with the following PDP-11/70 machine configurations:
|
||||
PDPjs supports a variety of PDP-11/70 machine configurations, including:
|
||||
|
||||
* [PDP-11/70 Boot Monitor](/devices/pdp11/machine/1170/monitor/) (with [Debugger](/devices/pdp11/machine/1170/monitor/debugger/))
|
||||
* [PDP-11/70 with Front Panel](/devices/pdp11/machine/1170/panel/) (with [Debugger](/devices/pdp11/machine/1170/panel/debugger/))
|
||||
|
|
@ -16,3 +16,7 @@ PDPjs is currently being tested with the following PDP-11/70 machine configurati
|
|||
|
||||
The [PDP-11/70 with Front Panel and Debugger](/devices/pdp11/machine/1170/panel/debugger/) also features a section
|
||||
on "[Toggle-Ins](/devices/pdp11/machine/1170/panel/debugger/#toggle-ins)" for your switch-toggling enjoyment.
|
||||
|
||||
Unless otherwise specified, the above configurations include 256Kb of RAM. The PDP-11/70's 22-bit architecture
|
||||
supports a maximum of 3,840Kb of RAM, since the last 256Kb is reserved for UNIBUS devices. The top 8Kb is known
|
||||
as the *I/O Page*, a region containing hardware registers belonging to the CPU, MMU, and assorted peripherals.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: PDP-11/70 Boot Monitor
|
||||
title: PDP-11/70 with 256Kb and Boot Monitor
|
||||
permalink: /devices/pdp11/machine/1170/monitor/
|
||||
machines:
|
||||
- id: test1170
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: PDP-11/70 Boot Monitor with Debugger
|
||||
title: PDP-11/70 with 256Kb, Boot Monitor, and Debugger
|
||||
permalink: /devices/pdp11/machine/1170/monitor/debugger/
|
||||
machines:
|
||||
- id: test1170
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.30.5/machine.xsl"?>
|
||||
<machine id="test1170" class="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">PDP-11/70 Boot Monitor with Debugger</name>
|
||||
<name pos="center">PDP-11/70 with 256Kb, Boot Monitor, and Debugger</name>
|
||||
<computer id="computer" busWidth="22"/>
|
||||
<cpu id="cpu" model="1170" cycles="6666667"/>
|
||||
<ram id="ram" addr="0x00000" size="0x40000" file="/apps/pdp11/boot/monitor/BOOTMON.json"/>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.30.5/machine.xsl"?>
|
||||
<machine id="test1170" class="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">PDP-11/70 Boot Monitor</name>
|
||||
<name pos="center">PDP-11/70 with 256Kb and Boot Monitor</name>
|
||||
<computer id="computer" busWidth="22"/>
|
||||
<cpu id="cpu" model="1170" cycles="6666667" autoStart="true"/>
|
||||
<ram id="ram" addr="0x00000" size="0x40000" file="/apps/pdp11/boot/monitor/BOOTMON.json"/>
|
||||
|
|
|
|||
|
|
@ -10,3 +10,7 @@ machines:
|
|||
{% include machine.html id="test1170" %}
|
||||
|
||||
This machine is also available with our built-in [Debugger](debugger/).
|
||||
|
||||
Other interesting things to know about this machine:
|
||||
|
||||
* It includes an [M9312 ROM](/devices/pdp11/rom/M9312/) at address 165000. The exact ROM is [23-616F1](/devices/pdp11/rom/M9312/23-616F1.txt).
|
||||
|
|
|
|||
Loading…
Reference in a new issue