-- UtilityPilotKernelFrames.pack -- Frame packs for all of PilotKernel -- February 2, 1981 5:55 PM Gobbel Created from old PilotKernelFrames.pack and frame packs for individual configs. -- 23-Mar-82 16:28:42 Levin Add ColorDisplayImpl. -- June 10, 1982 9:41 am Levin Add ColorCursorImpl. UtilityPilotKernelFrames: FRAME PACK = BEGIN -- Control SystemImpl; -- contains cleanup procedure PilotControl; -- must be resident due to its exported variables -- DiskDrivers DiskChannelImpl; DiskDriverSharedImpl; FloppyChannelImpl; SA4000Impl; SA800Impl; -- Must be resident until Pilot knows how to dynamically make it -- resident -- Filer FileCacheImpl; FilerExceptionImpl; FilerTransferImpl; FileTaskImpl; SubVolumeImpl; -- MesaRuntime BootSwapCross; Instructions; FrameImpl; -- resident since contains frame fault handler. PilotNub; Processes; -- used by the Swapper. Signals; SnapshotImpl; Traps; -- Misc HeapImpl; ResidentHeapImpl; StreamImpl; UtilitiesImpl; ZoneImpl; -- Swapper CachedRegionImplA; CachedRegionImplB; CachedSpaceImpl; MStoreImpl; PageFaultImpl; ResidentMemoryImpl; SimpleSpaceImpl; SwapBufferImpl; SwapperControl; SwapperExceptionImpl; SwapTaskImpl; -- UserTerminalDriver UserTerminalImpl; ColorDisplayImpl; ColorCursorImpl; -- FileMgr FileImpl; MarkerPageImpl; PhysicalVolumeImpl; ScavengeImpl; VolAllocMapImpl; VolFileMapImpl; VolumeImpl; -- VMMgr UtilityVMMControl; UtilitySpaceImpl; -- The following are initialization only frames. They are included here -- since they do not increase the size of this swap unit, thus saving one -- page of MDS DiskDrivers.StartChainPlug; FilerControl; UserTerminalDriver.StartChainPlug; END --of frame pack UtilityPilotKernelFrames--;