-- Copyright (C) 1984 by Xerox Corporation. All rights reserved. -- OscarDicentra.config, HGM, 4-Nov-84 6:06:07 DIRECTORY HeapImpl: FROM "UnpackedHeapImpl", PilotKernel: FROM "UtilityPilotKernel"; -- NOTE: UtilityPilot.bootmesa uses UtilityPilotClientImpl to make code -- resident. Either clients must PACK all their modules to -- UtilityPilotClientImpl (and add no packaged code) -- or they must change the bootmesa file or they must add -- parameter files. -- There is a seperate bootmesa file for UtilityCommunication; -- The prototype for the Makeboot command is: -- Makeboot Client[parm: UtilityPilot, parm: UtilityCommunication]/u PACK UtilityPilotClientImpl, HeapImpl, DESDicentra, OscarAdm, RemoteTTY, TelnetStreamImpl, PhoneHeadDicentra; Oscar: CONFIGURATION IMPORTS SpecialSpace, -- SpecialError for SpyNub.FrameCopyPack XMessage, XComSoftMessage, -- XComSoft NSExec, MachineTypeFace, -- NetMgt RuntimePrograms, RuntimeInternal = BEGIN PilotKernel; HeapImpl LINKS: CODE; Communication; BasicHeadsDicentra; SubOscar; DESDicentra LINKS: CODE; OscarAdm LINKS: CODE; RemoteTTY LINKS: CODE; TelnetStreamImpl LINKS: CODE; PhoneHeadDicentra LINKS: CODE; END.....