-- Copyright (C) 1983, 1985 by Xerox Corporation. All rights reserved. -- SubBootMeAgain.config, HGM, 6-Apr-85 11:41:21 DIRECTORY UtilityPilotClientImpl: FROM "Alive"; PACK Calibrate, BootMeAgain, UtilityPilotClientImpl, FormatImpl, PutNoDisk, StringsImplA, StringsImplB, TimeImpl, Unformatter; SubBootMeAgain: CONFIGURATION LINKS: CODE IMPORTS ByteBlt, Heap, Process, ProcessorFace, Put, Runtime, SpecialBooting, String, System, OthelloDefs, EERom, Watchdog EXPORTS ALL CONTROL Calibrate, BootMeAgain, UtilityPilotClientImpl = BEGIN Calibrate; BootMeAgain; UtilityPilotClientImpl; -- Alive: only used to EXPORT PilotClient.Run FormatImpl; PutNoDisk; StringsImplA; StringsImplB; TimeImpl; Unformatter; END.....