-- UtilityStore.config  (September 15, 1982 6:45 pm by Levin)

PACK
  -- FileMgr:
  FileImpl,
  PhysicalVolumeImpl,
  ScavengeImpl,
  VolAllocMapImpl,
  MarkerPageImpl;
PACK
  -- Swapper:
  SwapTaskImpl,
  SimpleSpaceImpl;
PACK
  -- UtilityVMMgr:
  UtilitySpaceImpl,
  UtilityVMMControl;

UtilityStore: CONFIGURATION
  IMPORTS DiskChannel, PilotSwitches, Process, ProcessorFace, RealMemory,
    ResidentHeap, RuntimeInternal, SpecialVolume, StoragePrograms,
    System, SystemInternal, Utilities, Zone
  EXPORTS ALL =
BEGIN

FileMgr;
Filer;
Swapper;
-- UtilityVMMgr:
UtilitySpaceImpl LINKS: CODE;
UtilityVMMControl LINKS: CODE;

END.

LOG

(For earlier log entries see Pilot 5.0 archive version.)
January 22, 1981  11:37 AM	Knutsen	Import RealMemory
January 26, 1981  5:29 PM	Luniewski	Export SimpleSpace; KernelPhysicalVolume
28-Apr-82 10:14:20	Levin	EXPORTS ALL
September 15, 1982 6:45 pm	Levin	Runtime no longer needed by UtilitySpaceImpl