-- ControlPrograms.mesa (last edited by: McJones on: August 30, 1979 6:05 PM)
ControlPrograms: DEFINITIONS =
BEGIN
SystemImpl: PROGRAM;
InitializeGMT: PROCEDURE;
-- Temporary, until clock chip arrives. This procedure request time from server on Ethernet. Should only be used when Communication is known to be inactive, i.e. before it is started or after inLoad with interrupts and devices turned off.
END.
LOG
Time: February 23, 1979 11:48 AMBy: HorsleyAction: Created file
Time: August 30, 1979 6:05 PMBy: McJonesAction: Added InitializeGMT