-- File: Base.config - last edit: -- AOF 15-Feb-88 15:34:30 -- SMA 23-May-86 13:56:36 -- Copyright (C) 1984, 1985, 1986, 1987, 1988 by Xerox Corporation. All rights reserved. --Binder [symbols: Base] ¬ UnpackedBase/cs PACK --Level0-- EthernetDriver, DispatcherImpl, --Support-- Boss, CommunicationControl, PilotCommUtil, StatsHot, BufferMgr; Base: CONFIGURATION LINKS: CODE IMPORTS CommunicationInternal, EthernetFace, Heap, Inline, Process, ProcessorFace, ResidentHeap, Runtime, Space, SpecialRuntime, SpecialSystem, Stats, System, VM EXPORTS ALL CONTROL PilotCommUtil, CommunicationControl, Boss = BEGIN Level0: CONFIGURATION LINKS: CODE IMPORTS Buffer, CommHeap, CommUtil, Driver, EthernetFace, Inline, Process, ProcessorFace, ResidentHeap, Runtime, SpecialRuntime, SpecialSystem, Stats, System, Protocol1 EXPORTS ALL = BEGIN EthernetDriver; --started by CreateDefaultEthernetDrivers from Boss DispatcherImpl; --STARTED by Boss.MainlineCode --Need frame links because they have imports that come into .boot files. END; CommunicationControl; --STARTED by CONTROL list PilotCommUtil; --STARTED by CONTROL list Boss; --STARTED by CONTROL list StatsHot; --STARTED by CONTROL list BufferMgr; --STARTED by Boss.MainlineCode; Level0; END. LOG 17-May-84 14:48:10 AOF Post Klamath 21-May-86 10:27:35 SMA Moved ChecksumsImpl to UnpackedXNS.config. 23-May-86 13:54:50 SMA Removed PilotCommUtilPup. 13-Nov-86 13:08:44 AOF Added ByteBlt for Dispatcher's Ripple 20-Nov-86 10:00:23 AOF Added ProcessorFace for multicast proms 6-May-87 8:24:07 AOF Remove CODE LINKS 23-Sep-87 9:45:43 AOF Remove ByteBlt for Dispatcher's Ripple