FilePackage.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
Andrew Birrell September 20, 1983 2:18 pm
Levin, August 8, 1983 6:05 pm
Bob Hagmann, March 19, 1985 9:25:22 am PST
FilePackage: CONFIGURATION
IMPORTS BootStartList, DebuggerSwap, DeviceCleanup, Disk, DiskFace, GermSwap, MicrocodeBooting, Process, ProcessorFace, Rope, SafeStorage, VM, VMBacking, VMSideDoor, VMStatistics
EXPORTS ALL
CONTROL FilePagesImpl, FileTableImpl, PhysicalVolumeImpl, LogicalVolumeImpl, FileImpl, FileInit, BootingImpl--after FileInit, for "r" switch fiddling-- = BEGIN
FilePagesImpl;
BootingImpl;
FileImpl;
FileInit;
FileTableImpl;
LogicalVolumeImpl;
PhysicalVolumeImpl;
END.
Bob Hagmann March 19, 1985 9:25:23 am PST
changes to: FilePackage, FilePagesImpl, BootingImpl