Added more details about available diagnostics

This commit is contained in:
Jeff Parsons 2016-11-22 10:19:00 -08:00 committed by Jeff Parsons
commit 8318336c10
10 changed files with 376 additions and 30 deletions

View file

@ -10,12 +10,10 @@ redirect_from:
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/shattered/macro11) to produce
[BOOTMON.txt](BOOTMON.txt), which was then processed by [FileDump](/modules/filedump/) to produce
[BOOTMON.json](BOOTMON.json).
[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).
To see the Boot Monitor in action, try the [PDP-11/70 Boot Monitor (with Debugger)](/devices/pdp11/machine/1170/monitor/debugger/).