-- File MesaTfs.config
-- Last edited by
G.WilliamsJanuary 13, 1982 4:36 PM
-- Export AltoRam & Trouble now

--
Tfs Primitives
MesaTfs: CONFIGURATION
IMPORTS AllocDefs, --AltoRam,-- BcplOps, FrameDefs, FrameOps, ImageDefs, InlineDefs, IODefs, MiscDefs, ProcessDefs, SegmentDefs, Storage, StringDefs, SystemDefs, TridentDefs
EXPORTS TridentDefs, RamDefs, AltoRam, Trouble
=

BEGIN
AltoRamLoader;--Special locking routines to load ram
--Imports: AllocDefs, BcplOps, FrameDefs, FrameOps, ProcessDefs, SegmentDefs, Trouble, AltoRam
--Exports: AltoRam
AltoRamLocked;
--Imports AltoRam, ImageDefs
--Exports AltoRam
TroubleAltoLocked;--exports trouble delete this when AltoRamLoader changes!!!
TfsBase1;-- The software package,
TfsBase2;-- split in two
TfsStart;-- TfsInit is in this package
TfsOpen;-- TfsOpenFile
TfsClose;-- Close the disk
TfsDDmgr;-- Disk descriptor manager
TfsWrite;-- Write pages, extend files
TfsCreate;-- Create, Delete files
RamLoad;-- Ram handling software
END.
-- Last edited byG.WilliamsJuly 31, 1981 6:28 PM
-- Last edited byG.WilliamsDecember 15, 1981 10:11 AM
-- Added Storage to imports