-- Store.config (last edited by: Levin on: 28-Apr-82 10:07:09) PACK -- resident code -- each component corresponds to a PACK in a smaller configuration FilerControl, -- Filer SwapperControl; -- Swapper Store: CONFIGURATION IMPORTS DiskChannel, PilotSwitches, Process, ProcessorFace, RealMemory, ResidentHeap, Runtime, RuntimeInternal, SpecialTransaction, StoragePrograms, System, SystemInternal, Utilities, Zone EXPORTS ALL = BEGIN Filer; Swapper; FileMgr; VMMgr; Transactions; END. LOG (For earlier log entries see Pilot 5.0 archive version.) January 16, 1981 2:27 PM Gobbel Import RealMemory January 26, 1981 2:23 PM McJones Action: Export KernelPhysicalVolume, SimpleSpace March 4, 1981 10:38 AM Yokota Action: Export SpaceExtras 28-Apr-82 10:07:09 Levin EXPORTS ALL