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

@ -7,11 +7,12 @@ permalink: /apps/pdp11/
PDP-11 Software
---------------
We have archived the following selected PDP-11 software:
PCjs has archived the following selected PDP-11 software:
- [Boot Software](boot/)
- [DEC PDP-11 Paper Tapes](tapes/), including [Paper Tape Diagnostics](tapes/diags/)
Additional DEC diagnostics are also available on disk, such as:
[DEC Disk Images](/disks/dec/) have also been archived, including:
- [XXDP+ Diagnostics](/disks/dec/rl02k/xxdp/)
- [XXDP+ Diagnostics (RK03)](/disks/dec/rk03/xxdp/)
- [XXDP+ Diagnostics (RL02K)](/disks/dec/rl02k/xxdp/)

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/).