-- MesaRuntime.config  (last edited by: Levin on: August 4, 1982 3:44 pm)
PACK -- these modules are resident
  BootSwapCross,
  Instructions,
  PilotNub, -- can some of this be swappable eventually?
  Processes, -- resident because Swapper's ReplacementProcess is using Yield
  Signals, -- should be residentDescriptor or swappable
  Traps;

MesaRuntime: CONFIGURATION LINKS: CODE
  IMPORTS DebuggerSwap, File, KernelFile, KeyboardFace, PhysicalVolume,
    PilotSwitches, ProcessorFace, ResidentMemory, Space, SpecialFile, SpecialVolume,
    StoragePrograms, TemporarySetGMT, Transaction
  EXPORTS ALL =

BEGIN

BootSwapCross;
FrameImpl;
Instructions;
PilotNub;
Processes;
Signals;
SnapshotImpl;
Traps;

END.

LOG

Time: April 8, 1980  1:20 PM	By: Knutsen	Action: MStore=>StoragePrograms
Time: April 16, 1980  5:38 PM	By: McJones	Action: ControlPrograms=>TemporarySetGMT
Time: April 30, 1980  4:58 PM	By: Forrest	Action: Move perf stuff to RuntimePerf
Time: June 26, 1980  10:38 AM	By: McJones	Action: OISProcessorFace=>ProcessorFace; import Transaction
Time: August 1, 1980  2:28 PM	By: Luniewski	Action: Import PhysicalVolume; Frames=>FrameImpl
Time: August 26, 1980  10:36 AM	By: McJones	Action: Merge InterruptKey with PilotNub
Time: September 17, 1980  2:35 PM	By: McJones	Action: Don't import SystemInternal
Time: 28-Apr-82  9:54:25	By: Levin	Action: EXPORTS ALL
Time: August 4, 1982 3:44 pm	By: Levin	Action: Utilities no longer imported.