-- PilotSwitches.mesa (last edited by: McJones on: February 18, 1980 2:10 PM)
DIRECTORY
TemporaryBooting: FROM "TemporaryBooting" USING [Switches];
PilotSwitches: DEFINITIONS =
BEGIN
-- Array of Booleans available for parameter setting within Pilot
-- Clear use of particular switch through manager of SDD System Software Pilot group to avoid conflicts
switches: READONLY TemporaryBooting.Switches; -- in Mesa 6 this will be a packed array of Boolean
END.
LOG
Time: August 15, 1979 1:42 PMBy: McJonesAction: Create file
Time: February 18, 1980 2:10 PMBy: McJonesAction: Action: Keys.Keybits=>TemporaryBooting.Switches