; ; This is the ODL file for the Terminal Common Pool Analyzer (PAC) ; program. It is capable of accessing data in the common area for ; the TT driver or the KB: driver. ; .ROOT ROOT-*(TT,KB) ROOT: .FCTR PAC-EDMSGX-PRSFMT-LB:[1,1]EXELIB/LB-LB:[1,54]RSX11M.STB/SS ; Note that TTDRV and KBDRV contain some of the same symbols and must ; therefore be on a different overlay branch. Whichever driver is used ; will be loaded and its offsets will be used. TT: .FCTR TTDATA-LB:[1,54]TTDRV.STB/SS ; If the KB driver is not in the system please install the module ; KBNULL which will merely return. This is necessary so that there ; are no undefined references in the program KB: .FCTR KBNULL ;KB: .FCTR KBDATA-LB:[1,54]KBDRV.STB/SS .END