A few minor edits/corrections

This commit is contained in:
Jeff Parsons 2017-02-09 16:14:04 -08:00 committed by Jeff Parsons
commit 4c5cfd8158
2 changed files with 7 additions and 9 deletions

View file

@ -2,20 +2,18 @@
layout: page
title: PDP-11 Boot Monitor
permalink: /apps/pdp11/boot/monitor/
redirect_from:
- /devices/pdp11/rom/test/
- /apps/pdp11/boot/test/
---
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)
written by Paul Nankervis. It is used with all our PDP-11 test machines. [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).
written by Paul Nankervis. It is preloaded in a number of our PDP-11 test machines.
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.