-- file Boot.config -- last edited by Sandman, Jul 10, 1980 9:08 AMM -- Copyright Xerox Corporation 1979, 1980 Boot: CONFIGURATION LINKS: CODE IMPORTS AllocDefs, DirectoryDefs, ImageDefs, IODefs, MiscDefs, SegmentDefs, StreamDefs, String, Storage, Time, FSPDefs, BFSDefs, DiskDefs, FrameDefs, LoaderOps, FrameOps, StringDefs, SystemDefs, TimeDefs EXPORTS SegOps, CacheOps, CommanderDefs, BootmesaOps, FileLookupDefs CONTROL Bootmesa, Image, Script, BootLoader, Utilities, Kernel, Parse, Starter = BEGIN BootLoader; Bootmesa; Cache; FileLookup; Image; Kernel; Parse; Script; Segs; Starter; Utilities; ImageRunner; Commander; END..