-- RuntimeLoader.config
-- last edited by: Sandman on: September 15, 1980  11:46 AM
-- last edited by: Paul Rovner on: January 17, 1983 5:19 pm
-- last edited by: John Maxwell on: February 22, 1983 1:49 pm

RuntimeLoader: CONFIGURATION LINKS: CODE
  IMPORTS Atom, AtomsPrivate, BcdOps, Directory, File, Heap, LongString, PilotLoadStateOps, 
              RTLoader, RuntimeInternal, SafeStorage, Space, SpecialSpace, Transaction
  EXPORTS CedarLinkerOps, Loader, LoaderPrivate, PilotLoaderOps, Runtime, SubSys

  CONTROL CedarLoaderImpl, CedarExporterImpl, CedarLinkerImpl 
  -- CedarExporterImpl must be started before CedarLinkerImpl!

= BEGIN
  CedarLoaderImpl;
  CedarLinkerImpl;
  CedarExporterImpl;
 END.