File MakeBoot.config
Last edited by Sandman on 6-Aug-81 16:56:02
Last edited by Lewis on 17-Sep-81 16:43:06
Last edited by Levin on April 13, 1983 4:15 pm
MakeBoot: CONFIGURATION LINKS: CODE
IMPORTS
Commander, Exec, FileStream, Heap, IO, LongString, Runtime, RuntimeInternal, Segments, Space, Stream, Streams, Time, Transaction, TTY, TTYIO, Volume
CONTROL MBDriver =
BEGIN
MBLoaderConfig: CONFIGURATION LINKS: CODE
IMPORTS
BcdOps, LongString, MB, MBOut, MBStorage, MBVM, RuntimeInternal, Segments, Space, Transaction, --MB--TTY
EXPORTS BcdOps, MB =
BEGIN
BcdOpsImpl;
MBLoader;
MBLoaderCore;
MBLoaderExtra;
MBLoadState;
END;
MBVirtualMemory: CONFIGURATION LINKS: CODE
IMPORTS Heap, MB, MBStorage, Segments, Space
EXPORTS MB, MBVM =
BEGIN
MBVMemory;
MBCache;
END;
MBDriver;
MBCommandPack;
MBParse;
MBScript;
MBUtilities;
MBLoaderConfig;
MBVirtualMemory;
MBMain;
MBOutput;
MBLoadmap;
MBStorageImpl;
MBDebug;
END.