Ian Hammond
2021-06-05 08:36:17 UTC
I'm trying to understand 64-unit support in RT-11. Specifically, I'm trying to
work out whether the SB, XB or ZB monitors have 64-unit support.
Reading SYSGEN.COM, question 170. notes that 64-unit support does not
apply to these monitors: "This option has no effect on the SB, XB or FB monitors".
Here's the SYSGEN passage:
<quote>
170. Do you want extended device-unit support (N)?
EXTENDED DEVICE-UNIT SUPPORT OPTION:
The extended device-unit support option adds monitor support for
extended-unit device handlers. In addition to user written extended-unit
device handlers, the RT-11 handlers DU and LD may each have up to 64
device-units.
If you respond NO to question 170, questions 250 and 255 are skipped.
This option has no effect on the SB, XB, and ZB monitors.
Even if you do not select extended device-unit support in the monitor, you
can build the ’dd’ handler with extended device-unit support. However, this
support will become active only when the ’dd’ handler is running under a
monitor that has been built with extended device-unit support.
<end quote>
However, I can't find any code in SYSGEN.COM or RMON.MAC that
specifically disables 64-unit support for these monitors. Nor can I find any
general description of 64-unit support--all I can locate are scattered
references in the driver manual, etc.
The problem arises because I'm porting XXDP to an RT-11 environment
and to do that I need to pass DU: port/CSR/unit/partition information from
the RT-11 driver to the XXDP driver.
Any help would be greatly appreciated.
work out whether the SB, XB or ZB monitors have 64-unit support.
Reading SYSGEN.COM, question 170. notes that 64-unit support does not
apply to these monitors: "This option has no effect on the SB, XB or FB monitors".
Here's the SYSGEN passage:
<quote>
170. Do you want extended device-unit support (N)?
EXTENDED DEVICE-UNIT SUPPORT OPTION:
The extended device-unit support option adds monitor support for
extended-unit device handlers. In addition to user written extended-unit
device handlers, the RT-11 handlers DU and LD may each have up to 64
device-units.
If you respond NO to question 170, questions 250 and 255 are skipped.
This option has no effect on the SB, XB, and ZB monitors.
Even if you do not select extended device-unit support in the monitor, you
can build the ’dd’ handler with extended device-unit support. However, this
support will become active only when the ’dd’ handler is running under a
monitor that has been built with extended device-unit support.
<end quote>
However, I can't find any code in SYSGEN.COM or RMON.MAC that
specifically disables 64-unit support for these monitors. Nor can I find any
general description of 64-unit support--all I can locate are scattered
references in the driver manual, etc.
The problem arises because I'm porting XXDP to an RT-11 environment
and to do that I need to pass DU: port/CSR/unit/partition information from
the RT-11 driver to the XXDP driver.
Any help would be greatly appreciated.