-- Copyright (C) 1982, 1984 by Xerox Corporation. All rights reserved. -- GermDicentra.config, HGM, 4-Nov-84 5:40:51 -- From GermDLion.config of 9-Feb-82 15:34:27 by Luniewski PACK --ALL-- BootChannelDicentra, BootChannelSPP, BootChannelEFTP, EthernetHeadDicentra, EthernetOneHeadDicentra, PhoneHeadDicentra, GermOpsImpl, GermOpsLinkageImpl, GermOpsImplDicentra, HeadStartChainPlug, SimpleNSIOEthernetImpl, SimpleNSIOPhoneImpl, SimplePUPIOEthernetOneImpl, ProcessorHeadDicentra, TeledebugImplNoDisk; GermDicentra: CONFIGURATION LINKS: FRAME -- because we intend to share code with Pilot. IMPORTS -- to suppress Binder warnings on Inlines.. Checksum, DicentraInputOutput, ControlModuleFormat, Environment, Frame, GermOps, Inline, PageMap, PilotDiskFace, Process, ProcessOperations, Runtime, RuntimeInternal, SpecialRuntime, Trap = BEGIN [bootChannel0] ¬ BootChannelDicentra[ bootChannel1, Checksum, ProcessorFace, System, Inline, DicentraInputOutput, PhoneFace]; [bootChannel1] ¬ BootChannelSPP[ bootChannel2, Environment, Frame, GermOps, Inline, ProcessorFace, ResidentMemory, SimpleNSIO, System]; [bootChannel2] ¬ BootChannelSPP[ bootChannel3, Environment, Frame, GermOps, Inline, ProcessorFace, ResidentMemory, phone, System]; [bootChannel3] ¬ BootChannelEFTP[ bootChannelPlug, Environment, GermOps, ProcessorFace, ResidentMemory, SimplePUPIO]; [bootChannelPlug, GermOps, ResidentHeap, ResidentMemory, Runtime, System] ¬ GermOpsImpl[ bootChannel0, ControlModuleFormat, Environment, EthernetFace, GermOps, Frame, HeadStartChain0, Inline, ProcessorFace, PageMap, PilotDiskFace, ProcessOperations, RuntimeInternal, Trap]; [HeadStartChain0, EthernetFace] ¬ EthernetHeadDicentra[ HeadStartChain1, DicentraInputOutput, Inline, Process, Runtime, SpecialRuntime, System]; [HeadStartChain1, EthernetOneFace] ¬ EthernetOneHeadDicentra[ HeadStartChain2, DicentraInputOutput, Inline, Process, Runtime, SpecialRuntime]; [HeadStartChain2] ¬ HeadStartChainPlug[]; PhoneHeadDicentra; GermOpsLinkageImpl; GermOpsImplDicentra; SimpleNSIOEthernetImpl; [phone, System] ¬ SimpleNSIOPhoneImpl[]; SimplePUPIOEthernetOneImpl; ProcessorHeadDicentra; TeledebugImplNoDisk; END.