.TITLE RT-idle-mon ; Install hook for idle terminal timing .IDENT /V1.0 <97.351>/ ;++ ; Copyright © 1997 Brian Schenkenberger and TMESIS. ; ALL RIGHTS RESERVED. ; Notice of Disclaimer ; ------------------------- ; ; This Software is provided "AS IS" and is supplied for informational purpose ; only. No warranty is expressed or implied and no liability can be accepted ; for any direct, indirect or consequential damages or for any damage whatso- ; ever resulting in the loss of systems, data or profit from the use of this ; software or from any of the information contained herein. The author makes ; no claims as to the suitablility or fitness of this Software or information ; contain herein for any particular purpose. ; ; Redistribution or Copying ; ------------------------- ; Permission is hereby granted *ONLY* for the "not-for-profit" redistribution ; of this software provided that ALL SOURCE and/or OBJECT CODE remains intact ; and ALL COPYRIGHT NOTICES and NOTICES OF DISCLAIMER remain intact from its ; original distribution. ; ; A fee may be levied for the media upon which the software is redistributed ; provided that the fee charged is for the media and the production costs of ; the media and that the cost associated is clearly stated. ; ; Execution of the Software ; ------------------------- ; Any proper copy of this Software obtained within the guidelines expressed ; in the section above entitiled, "Redistribution or Copying" may be used on ; any CPU so desired by the proper recipient of the copy. ; ; Title and Ownership ; ------------------------- ; NO TITLE TO AND/OR OWNERSHIP OF THIS SOFTWARE IS HEREBY TRANSFERRED. ANY ; MODIFICATION WITHOUT THE PRIOR WRITTEN CONSENT OF THE COPYRIGHT HOLDER IS ; PROHIBITED. ANY USE, IN WHOLE OR PART, OF THIS SOFTWARE FOR A COMMERCIAL ; PRODUCT WITHOUT THE PRIOR WRITTEN CONSENT OF THE COPYRIGHT HOLDER IS ALSO ; PROHIBITED. THE TECHNIQUES EMPLOYED IN THE SOFTWARE ARE THE INTELLECTUAL ; PROPERTY OF THE COPYRIGHT HOLDER. ;-- ;++ ; Program Author: Brian Schenkenberger, VAXman- ; Author's e-Mail: VAXman@TMESIS.COM ; Program Genesis: 17-DEC-1997 ;-- ;++ ; This is the routine which is used to reinvoke the loadable executive image ; initialization routine in TT_IDLE_MONITOR after DECnet is started and the ; RTDRIVER is loaded. ; ; The executable built from this file should be run after DECnet is started ; within the system startup procedure. For example: ; ; $ ... ; $ DECNET_VERSION = F$INTEGER(F$EXTRACT(2,2,F$GETSYI("DECNET_VERSION"))) ; $ IF DECNET_VERSION .GE. 5 ; $ THEN ; $ START/NETWORK "DECNET/OSI" ; $ ELSE ; $ START/NETWORK DECNET ; $ ENDIF ; $ RUN :[]RT_IDLE_MONITOR.EXE ; $ ; ; or, on older VMS systems: ; ; $ IF F$SEARCH("SYS$SYSTEM:NETACP.EXE") .NES. "" THEN @SYS$MANAGER:STARTNET ; $ RUN :[]RT_IDLE_MONITOR.EXE ;-- .PSECT CODE,NOWRT,EXE,5 .ENTRY RT_IDLE_MONITOR,0 $CMKRNL_S ROUTIN=G^LDR$INIT_ALL RET .END RT_IDLE_MONITOR