IMPORTS
Commander, Exec, FileStream, Heap, IO, LongString, Runtime, RuntimeInternal, Segments, Space, Stream, Streams, Time, Transaction, TTY, TTYIO, Volume
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;