-- SubOthello.config -- Johnsson 12-Sep-83 22:51:11 DIRECTORY STPs: FROM "UnpackedSTPs", UtilityPilotClientImpl: FROM "VolumeInitCommandImpl", FloppyImpl: FROM "FloppyImpl"; PACK -- Pup is PACK'ed at a lower level STPsA, STPsB, STPsC, STPsD, DummyForwarder, -- Othello Modules FormatPilotDiskImpl, OthelloFTP, OthelloOpsImpl, OthelloPup, EtherBooter, VolumeInitImplA, UtilityPilotClientImpl, FormatImpl, StringsImplA, StringsImplB, TimeImpl, SimpleTTY, TTYImpl, Unformatter, OthelloLisp, VolumeVersionImpl; SubOthello: CONFIGURATION IMPORTS BitBlt, Buffer, ByteBlt, CommunicationInternal, CommUtil, DiskChannel, Driver, Floppy, File, Frame, Heap, Inline, KernelFile, OthelloDefs, PhysicalVolume, PilotDiskFace, Process, PupDefs, PupRouterDefs, ProcessorFace, ResidentHeap, Runtime, Scavenger, Socket, Space, SpecialBooting, SpecialRuntime, SpecialSpace, SpecialVolume, SpecialSystem, Stats, Stream, System, TemporaryBooting, TemporarySetGMT, AdmTTY: TTY, UserTerminal, VM, Volume, VolumeConversion, FloppyChannel EXPORTS Format, FormatPilotDisk, OthelloDefs, OthelloOps, PilotClient, String, Time, OthelloFTP, OthelloPup, EtherBooter, OthelloLisp, UtilityPilotClientImpl, VolumeInitImplA = BEGIN OthelloFTP LINKS: CODE; OthelloLisp LINKS: CODE; PupForOthello; STPs; OthelloPup LINKS: CODE; EtherBooter LINKS: CODE; [OthelloDefs, PilotClient] _ UtilityPilotClientImpl [ BitBlt, File, Format, Frame, Heap, Inline, OthelloDefs, OthelloOps, PhysicalVolume, Process, Runtime, SpecialRuntime, SpecialSpace, SpecialSystem, Scavenger, String, System, Time, TTY, AdmTTY, UserTerminal, Volume, VolumeConversion] LINKS: CODE; -- VolumeInitCommandImpl VolumeInitImplA LINKS: CODE; FormatPilotDiskImpl LINKS: CODE; OthelloOpsImpl LINKS: CODE; FormatImpl LINKS: CODE; StringsImplA LINKS: CODE; StringsImplB LINKS: CODE; TimeImpl LINKS: CODE; FloppyImpl LINKS: CODE; SimpleTTY LINKS: CODE; TTYImpl LINKS: CODE; Unformatter LINKS: CODE; VolumeVersionImpl LINKS: CODE; -- TEMPORARY HACK END...