Cedar Nucleus: configuration for Files interface
FilePackage.config
Andrew Birrell September 20, 1983 2:18 pm
Last Edited by: Levin, August 8, 1983 6:05 pm
FilePackage: CONFIGURATION
IMPORTS BootStartList, DebuggerSwap, DeviceCleanup, Disk, GermSwap, MicrocodeBooting, Process, ProcessorFace, Rope, SafeStorage, VM, VMBacking, VMSideDoor, VMStatistics
EXPORTS ALL
CONTROL FileTableImpl, PhysicalVolumeImpl, LogicalVolumeImpl, FileImpl, FileInit, BootingImpl--after FileInit, for "r" switch fiddling-- =
BEGIN
BootingImpl;
FileImpl;
FileInit;
FileTableImpl;
LogicalVolumeImpl;
PhysicalVolumeImpl;
END.