> IF you plan to use VMS SYSGEN CONFIGURE to see what vector and
> address to use, you'll be out of luck
A KDJ11-AA is an 11/73.
De
Yes. Obviously. I have several of them. But the best tool for
planning what CSRs and vectors to use for options on VAXes AND PDP11s
is VMS SYSGEN CONFIGURE. You give it a list of options, and it will
give you back a list of the CSRs and vectors to assign to them,
following all of the configuration rules. It's a handy tool - for
PDP11s as well as VAXes. It you're doing any hardware modifications to
a system (yes, including KDJ11-AA and other PDP11s), you should check
it out.
And, although usually I wouldn't think it would be necessary - just
in case I have to spell it out here - you run the tool on a VAX running
VMS - even when you are using it to generate configuration info for a
PDP-11. There is no VMS SYSGEN CONFIGURE available for the OS's
generally found on a PDP-11.
If you are running RSX, and have DECnet installed, then there is
[200,200]FLOAT.CMD
However, that one don't know about the DLV11-J.
There is a basic C implementation that does the same as VMS SYSGEN also,
which I compiled on my RSX system.
However, that one *also* do not know about the DLV11.
With that said, I believe the DLV11-J is what was used with the TU58
commonly, so if you play based on that, you would end up correctly.
.run sysgen
Type device names one per line, optionally followed
by a comma and a repeat count. Finish with EOF.
TU58,4
UNA
UDA
Table of standard DEC assignments for configuration:
DEVICE CSR VECTOR
-------------------------
TU58 776500 0300*
TU58 776510 0310*
TU58 776520 0320*
TU58 776530 0330*
UNA 774510 0120
UDA 772150 0154
CSRs and vectors marked '*' are in floating space.
Johnny