-- PeachPanasonic.config -- Michael Plass, September 20, 1984 4:22:52 pm PDT -- Tim Diebert, 1-Oct-85 9:46:27 -- 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] DIRECTORY HeapImpl: FROM "UnpackedHeapImpl", PilotKernel: FROM "UtilityPilotKernel", STPs: FROM "UnpackedSTPs", UtilityPilotClientImpl: FROM "Alive"; PACK DESAux, DESDicentra, DummyForwarder, FormatImpl, FSPRList, HeapImpl, Locate, MultibusServer, MultibusRpcServerImpl, Multibuser, -- For the Multibus interface NameInfo, GPIBServer, -- GPIBRpcServerImpl, -- NatInstrGPIBDriver, -- For the GPIB interface OthelloOpsTime, PDChatServerImpl, PDInterpBitmapImpl, PDInterpMainImpl, PDInterpOutputPanasonicImpl, PDInterpPageImpl, PDInterpReaderImpl, PDInterpSysCallsDevelImpl, PDQueueImpl, PDRemoteStreamImpl, PDStartTimeImpl, PDTextBitmapImpl, PDTTYImpl, PDTTYLearSiegler, PDUserImpl, PupEchoServerNoDisk, -- Pup echo server Protocol, RPCSignals, -- Hook for RPCRuntime SendMail, -- StayAlive, STPsA, STPsB, STPsC, STPsD, StringsImplA, StringsImplB, TimeImpl, TTYImpl, TTYPortChannel, Unformatter, UtilityPilotClientImpl; PeachPanasonic: CONFIGURATION LINKS: CODE IMPORTS RuntimePrograms, RuntimeInternal --no loader-- = BEGIN StartTrapper: CONFIGURATION IMPORTS Buffer, Format, Heap, MultibusRpcControl, NameInfoDefs, OthelloOps, Process, -- GPIBRpcControl, -- GPIB, DicentraInputOutput, ProcessorFace, PupDefs, PupStream, Runtime, Space, SpecialRuntime, Stats, Stream, String, System, Time, TTYPortFace, Watchdog EXPORTS PilotClient CONTROL UtilityPilotClientImpl, STPs, PeachCommon, PDInterpOutputPanasonicImpl, TTYPortChannel, PDInterpMainImpl, PDChatServerImpl, PupEchoServerNoDisk, MultibusServer, GPIBServer --, StayAlive -- = BEGIN TTYPortChannel; TTYImpl; GPIBServer; PDInterpOutputPanasonicImpl; PeachCommon; PDInterpMainImpl; PDChatServerImpl; STPs; MultibusServer; PupEchoServerNoDisk; -- StayAlive; UtilityPilotClientImpl; -- Alive END; PilotKernel; BasicHeadsDicentra; DESDicentra; DESAux; Communication; HeapImpl; PupForOthello; StartTrapper; MultibusRpcServerImpl; Multibuser; -- GPIBRpcServerImpl; NatInstrGPIBDriver; RPCRuntime; Protocol; FSPRList; NameInfo; Locate; SendMail; -- GrapevineUser FormatImpl; StringsImplA; StringsImplB; TimeImpl; Unformatter; OthelloOpsTime; END.