Attempted to clean up mapUnibus() and bus-related faults; how well or ill-advised these changes are remains to be seen
This commit is contained in:
parent
96ad4ec37e
commit
daefc2992c
41 changed files with 1454 additions and 1476 deletions
18
devices/pdp11/machine/1120/monitor/debugger/README.md
Normal file
18
devices/pdp11/machine/1120/monitor/debugger/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: page
|
||||
title: PDP-11/20 Boot Monitor with Debugger
|
||||
permalink: /devices/pdp11/machine/1120/monitor/debugger/
|
||||
machines:
|
||||
- id: test1120
|
||||
type: pdp11
|
||||
debugger: true
|
||||
---
|
||||
|
||||
PDP-11/20 Boot Monitor (with Debugger)
|
||||
--------------------------------------
|
||||
|
||||
The machine below pre-loads the [PDP-11 Boot Monitor](/apps/pdp11/boot/monitor/) into RAM:
|
||||
|
||||
<ram id="ram" addr="0x0000" size="0xE000" file="/apps/pdp11/boot/monitor/PDPJSMON.json" load="0xC000" exec="0xC000"/>
|
||||
|
||||
{% include machine.html id="test1120" %}
|
||||
Loading…
Reference in a new issue