Text preview for : LoaderBcdUtilities.mesa_Sep78.pdf part of xerox LoaderBcdUtilities.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_System LoaderBcdUtilities.mesa_Sep78.pdf



Back to : LoaderBcdUtilities.mesa_S | Home

LoaderBcdUtilities.mesa 2-Sep-78 13:58:17 Page 1


-- LoaderBcdUtilities.mesa
-- Last Modified by Sandman, May 12, 1978 2:35 PM
DIRECTORY
BcdDefs: FROM "bcddefs" USING [
CTHandle, CTIndex, CTNull, CTReeord, EXPHandle, EXPIndex, EXPNull,
EXPRecord, FTHandle, FTIndex, FTNull, FTReeord, IMPHandle, IMPIndex,
IMPNull, IMPReeord, MTHandle, MTIndex, MTNull, MTReeord, Namee,
NameReeord, NTHandle, NTIndex, NTNull, NTRecol'd, SGHandle, SGIndex,
SGNull, SGReeord],
LoaderBedUtilDefs: FROM "loaderbcdutildefs" USING [BcdBase],
LoadStateDefs: FROM "loadstatedefs" USING [UpdateLoadStateDA],
SegmentDefs: FROM "segmentdefs" USING [
DeleteFileSegment, FileSegmentAddress, FileSegmentHandle, SwapIn, Unlock];
DEFINITIONS FROM LoaderBcdUtilDefs, BcdDefs;
LoaderBcdUtilities: PROGRAM IMPORTS LoadStateDefs, SegmentDefs EXPORTS LoaderBcdUtilDefs = PUBLIC
BEGIN

EnumerateConfigTable: PROCEDURE [
bed: BcdBase, proc: PROCEDURE [CTliandle, CTIndex] RETURNS [BOOLEAN]]
RETURNS [cth: CTHandle, cti: CTlndex]