A few minor edits/corrections
This commit is contained in:
parent
fc759ebaef
commit
4c5cfd8158
2 changed files with 7 additions and 9 deletions
|
|
@ -2,20 +2,18 @@
|
||||||
layout: page
|
layout: page
|
||||||
title: PDP-11 Boot Monitor
|
title: PDP-11 Boot Monitor
|
||||||
permalink: /apps/pdp11/boot/monitor/
|
permalink: /apps/pdp11/boot/monitor/
|
||||||
redirect_from:
|
|
||||||
- /devices/pdp11/rom/test/
|
|
||||||
- /apps/pdp11/boot/test/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
PDP-11 Boot Monitor
|
PDP-11 Boot Monitor
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
[BOOTMON.mac](BOOTMON.mac) is a custom boot monitor/loader based on [boot.mac](http://skn.noip.me/pdp11/boot.mac)
|
[BOOTMON.mac](BOOTMON.mac) is a custom boot monitor/loader based on [boot.mac](http://skn.noip.me/pdp11/boot.mac)
|
||||||
written by Paul Nankervis. It is used with all our PDP-11 test machines. [BOOTMON.mac](BOOTMON.mac) was
|
written by Paul Nankervis. It is preloaded in a number of our PDP-11 test machines.
|
||||||
cross-assembled with [MACRO11](https://github.com/j-hoppe/MACRO11) to produce [BOOTMON.txt](BOOTMON.txt),
|
|
||||||
which was then processed by [FileDump](/modules/filedump/) to produce [BOOTMON.json](BOOTMON.json).
|
|
||||||
|
|
||||||
To see the Boot Monitor in action, try the [PDP-11/70 Boot Monitor (with Debugger)](/devices/pdp11/machine/1170/monitor/debugger/).
|
[BOOTMON.mac](BOOTMON.mac) was cross-assembled with [MACRO11](https://github.com/j-hoppe/MACRO11) to produce
|
||||||
|
[BOOTMON.txt](BOOTMON.txt), which was then processed by [FileDump](/modules/filedump/) to produce [BOOTMON.json](BOOTMON.json).
|
||||||
|
|
||||||
|
To see the Boot Monitor in action, try the [PDP-11/70 Boot Monitor with Debugger](/devices/pdp11/machine/1170/monitor/debugger/).
|
||||||
|
|
||||||
The **BOOTMON.mac** source code is shown below.
|
The **BOOTMON.mac** source code is shown below.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,8 @@ a "teletype" I/O window connected to the PDP-11/70's serial port. The I/O windo
|
||||||
PDPjs Debugger.
|
PDPjs Debugger.
|
||||||
|
|
||||||
To make it easier to interact with the Front Panel [Toggle-In Demos](#toggle-ins) below, we've kept this machine's UI
|
To make it easier to interact with the Front Panel [Toggle-In Demos](#toggle-ins) below, we've kept this machine's UI
|
||||||
simple, so there are no other I/O devices attached. Our [PDP-11 Boot Monitor](/apps/pdp11/boot/monitor/) is preloaded
|
simple, so there are no other I/O devices attached. Paul Nankervis' [PDP-11 Boot Monitor](/apps/pdp11/boot/monitor/)
|
||||||
at address 140000, and the [M9312 ROM](/devices/pdp11/rom/M9312/) is installed at address 165000.
|
is preloaded at address 140000, and the [M9312 ROM](/devices/pdp11/rom/M9312/) is installed at address 165000.
|
||||||
|
|
||||||
For more full-featured PDP-11/70 machines that also include a Debugger, see:
|
For more full-featured PDP-11/70 machines that also include a Debugger, see:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue