FindVMImpl.bootmesa
Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
Andrew Birrell: November 15, 1983 10:50 am
Levin, September 22, 1983 10:04 am
Russ Atkinson, January 11, 1984 3:09 pm
Tim Diebert: July 8, 1986 12:46:35 pm PDT
Ensure things above FilePackage needed by FindVMImpl are initially in (because FileInit doesn't copy in non-bootloaded stuff if we're doing a checkpoint or rollback).
IN:
BCD[LoadStateImpl, IOPackage, CommDriverPackage, PupPackage, BasicTimeImpl, GrapevineUser, STPImpl, TerminalImpl, SimpleTerminalImpl, UserCredentialsImpl, DefaultRemoteNamesImpl, PrinterDefaultRemoteNamesImpl, FindVMImpl],
CODE[LoadStateImpl, IOPackage[ALL], CommDriverPackage[ALL], PupPackage[ALL], BasicTimeImpl, GrapevineUser[ALL], STPImpl, TerminalImpl, UserCredentialsImpl, DefaultRemoteNamesImpl, PrinterDefaultRemoteNamesImpl, FindVMImpl],
GLOBALFRAME[LoadStateImpl, IOPackage[ALL], CommDriverPackage[ALL], PupPackage[ALL], BasicTimeImpl, GrapevineUser[ALL], STPImpl, TerminalImpl, UserCredentialsImpl, DefaultRemoteNamesImpl, PrinterDefaultRemoteNamesImpl, FindVMImpl];
Until the boot file is a nucleus file (i.e. non-Pilot), we need to say IN for everything in the boot file that doesn't otherwise have any MakeBoot input:
IN:
BCD[FSImpl, FileStreamPackage, RuntimeLoader],
CODE[FSImpl[ALL], FileStreamPackage[ALL], RuntimeLoader[ALL]],
GLOBALFRAME[FSImpl[ALL], FileStreamPackage[ALL], RuntimeLoader[ALL]];