-- MesaRuntime.bootmesa -- last modified by Levin: April 8, 1983 5:40 pm RESIDENT: -- ProcessImpl can be removed when VM no longer uses Get/SetPriority to reserve state vectors. -- Does SignalsImpl really need to be resident? -- InstructionsImpl is resident because it is considered part of the architecture and making it swappable produces too many subtle problems. CODE [InstructionsImpl, ProcessImpl, SignalsImpl], GLOBALFRAME [InstructionsImpl, ProcessImpl, SignalsImpl]; IN: CODE [FrameImpl, TrapsImpl], GLOBALFRAME [FrameImpl, TrapsImpl], BCD [MesaRuntime]; -- facilitates early debugging NOTRAP: TrapsImpl;