-- Copyright (C) 1984, 1985 by Xerox Corporation. All rights reserved. -- OscarDicentra.config, HGM, 7-Jul-85 14:34:15 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, PupTelnetStreamImpl, PhoneHeadDicentra; Oscar: CONFIGURATION IMPORTS SpecialSpace, -- SpecialError for SpyNub.FrameCopyPack XMessage, XComSoftMessage, -- XComSoft CHStubInternal, -- CHStub << NSExec, MachineTypeFace, -- NetMgt >> RuntimePrograms, RuntimeInternal = BEGIN PilotKernel; HeapImpl LINKS: CODE; Base; XNS; BasicHeadsDicentra; SubOscar; DESDicentra LINKS: CODE; OscarAdm LINKS: CODE; RemoteTTY LINKS: CODE; PupTelnetStreamImpl LINKS: CODE; PhoneHeadDicentra LINKS: CODE; END.....