<> <> <> <> <> <> DIRECTORY MPCodes USING [Code], PrincOps USING [PageCount, PageNumber]; GermPrivate: DEFINITIONS = BEGIN TeleDebug: PROC [scratchPage: PrincOps.PageNumber, dFirst64KStorage: LONG DESCRIPTOR FOR ARRAY OF WORD]; AllocateMDS: PROC [pages: CARDINAL] RETURNS [p: POINTER]; <> Error: PROC [code: MPCodes.Code]; -- sets "code" in MP and loops ShowMP: PROC [code: MPCodes.Code]; -- sets "code" in MP and pauses a while if debugging countVM: PrincOps.PageCount; -- VM map has pages [ 0 .. 0+countVM ) END. LOG Time: October 31, 1983 11:01 am By: Andrew Birrell Action: Create from Rubicon Teledebug.mesa <> < PROC (Was Error)>> <<>>