-- Store>Swapper.config
-- Last edited by Levin on 28-Apr-82  9:45:13

PACK -- Resident Modules:
  CachedRegionImplA, CachedRegionImplB, CachedSpaceImpl, MStoreImpl,
  PageFaultImpl, ResidentMemoryImpl, SwapBufferImpl, SwapperControl,
  SwapperExceptionImpl, SwapTaskImpl;

-- SimpleSpaceImpl is not logically a part of the Swapper, does not need
-- to be resident for its operation, and thus is not packed with the resident
-- modules.

Swapper: CONFIGURATION LINKS: CODE
  IMPORTS FilePageTransfer, PilotSwitches, Process, ProcessorFace,
    RealMemory, ResidentHeap, RuntimeInternal, StoragePrograms, Utilities
  EXPORTS ALL =
BEGIN

CachedRegionImplA;  -- the region cache.
CachedRegionImplB;  -- region operations.
CachedSpaceImpl;
MStoreImpl;
PageFaultImpl;
ResidentMemoryImpl;
SimpleSpaceImpl;
SwapBufferImpl;
SwapperControl;
SwapperExceptionImpl;
SwapTaskImpl;

END.

LOG	(For earlier log entries, see Pilot 4.0 archive version.)

April 16, 1980  12:31 PM	Knutsen
	Import StoragePrograms

July 22, 1980  11:46 AM	Fay
	Import Transaction

August 12, 1980  12:09 PM	McJones
	Import ProcessorFace

September 2, 1980  6:18 PM	Knutsen
	Don't import Transaction.  Eliminate PPD*.

September 15, 1980  10:55 AM	Forrest
	Links: CODE

January 16, 1981  2:21 PM	Gobbel
	Import RealMemory.

28-Apr-82  9:45:13	Levin
	EXPORTS ALL.