Cedar Nucleus: configuration for Files interface
FilePackage.config
Andrew Birrell June 27, 1983 4:34 pm
FilePackage: CONFIGURATION
IMPORTS BootStartList, DebuggerSwap, Disk, GermSwap, Process, Rope, SafeStorage, VM, VMSideDoor
EXPORTS ALL
CONTROL FileTableImpl, PhysicalVolumeImpl, LogicalVolumeImpl, FileImpl, FileInit =
BEGIN
FileImpl;
FileInit;
FileTableImpl;
LogicalVolumeImpl;
PhysicalVolumeImpl;
END.