StartNucleus.mesa
last edited by Levin on April 22, 1983 10:49 am
This program exists purely to initiate (via a start trap) the control list of the Nucleus configuration.
DIRECTORY
InitSequence USING [];
StartNucleus: PROGRAM EXPORTS InitSequence =
BEGIN
Eventually, the equivalent of Runtime.SelfDestruct should go here.
END.