-- Copyright (C) 1983 by Xerox Corporation. All rights reserved. -- BootMeAgainDicentra.config, HGM, 12-Dec-83 19:22:13 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] PACK UtilityPilotClientImpl, HeapImpl, TTYPortChannel, TTYLearSiegler, TTYImpl, OscarAdm; BootMeAgainDicentra: CONFIGURATION LINKS: CODE IMPORTS BitBlt, Inline, RuntimeInternal, RuntimePrograms--no loader-- = BEGIN AdmConfig: CONFIGURATION LINKS: CODE IMPORTS Format, Heap, Process, Runtime, Stream, String, SpecialRuntime, TTYPortFace EXPORTS TTY CONTROL TTYPortChannel, TTYLearSiegler = BEGIN TTYPortChannel; TTYLearSiegler; TTYImpl; END; PilotKernel; BasicHeadsDicentra; Communication; SubBootMeAgain; HeapImpl; OscarAdm; AdmConfig; END.....