Trailing-Edge
-
PDP-10 Archives
-
decuslib10-08
-
43,50512/glob.b36
There are no other files named glob.b36 in the archive.
MODULE GLOB=
!Some global data areas are defined here
!This module consists entirely of data
!Author: Andrew Nourse Date: 7 Nov 77
BEGIN
GLOBAL
G$DBUG, !We are debugging (used by IO10)
G$NOW; !Current date&time (used by IO10)
GLOBAL RUN; !Addr of process block for current process
GLOBAL INTENC: INITIAL(1); !Count of how many times interrupts have been
!shut off since they were really on
GLOBAL MLEVEL: VECTOR[2]; !Message level (stored as ASCIZ string)
!GLOBAL FBTBL: VECTOR[16]; !map of assigned channels and fileblocks
GLOBAL NXFERS; !# of file transfers in progress
EXTERNAL INTVEC; !Interrupt (data) vector for PSISER (defined in INTV)
EXTERNAL INTTBL; !This is defined in INTV
EXTERNAL INTMAX; !So is this
END ELUDOM