Trailing-Edge
-
PDP-10 Archives
-
TOPS-20_V6.1_DECnetSrc_7-23-85
-
mcb/tkb36/root.req
There are 2 other files named root.req in the archive. Click here to see a list.
! COPYRIGHT (c) 1980, 1981, 1982
! DIGITAL EQUIPMENT CORPORATION
! Maynard, Massachusetts
!
! This software is furnished under a license and may be used
! and copied only in accordance with the terms of such license
! and with the inclusion of the above copyright notice. This
! software or any other copies thereof may not be provided or
! otherwise made available to any other person. No title to
! and ownership of the software is hereby transferred.
!
! The information in this software is subject to change
! without notice and should not be construed as a commitment
! by DIGITAL EQUIPMENT CORPORATION.
!
! DIGITAL assumes no responsibility for the use or reliability
! of its software on equipment which is not supplied by
! DIGITAL.
!
! DEFINE THE STORAGE BLOCK USED TO BE THE ROOT OF THE ENTIRE
! TASK BUILDER.
!
SBLOCK (ROOT, 10) !ROOT BLOCK
HEADER (ROOT) !
ABLOCK (ROOT_PSECTS, %BPADDR, 1) !POINTER TO ALL PSECTS
ABLOCK (ROOT_GLOBALS, %BPADDR, 1) !POINTER TO ALL GLOBALS, IN ALPHA ORDER
ABLOCK (ROOT_MODULES, %BPADDR, 1) !CHAIN TO ALL MODULES
ABLOCK (ROOT_TOP_FILE, %BPADDR, 1) !POINTER TO TOP FILE BLOCK
ABLOCK (ROOT_CIMAGE, %BPADDR, 1) !POINTER TO CORE IMAGE
ABLOCK (ROOT_CSIZE, %BPVAL, 2) !SIZE OF CORE IMAGE
ABLOCK (ROOT_TBASE, 18, 1) !BASE ADDRESS OF TASK
ABLOCK (ROOT_LBL, %BPADDR, 1) !POINTER TO LABEL
ABLOCK (ROOT_LSIZE, %BPVAL, 2) !LENGTH OF LABEL
ABLOCK (SS_FLAG, 1, 1) !GLOBAL SELECTIVE SEARCH FLAG
EBLOCK (ROOT)
!