OldCedarRuntime.config
last edit by Paul Rovner, November 14, 1983 10:54 am
CedarRuntime: CONFIGURATION LINKS: CODE
IMPORTS BasicLoadState, BcdOps, DebuggerSwap, DeviceCleanup, PrincOpsUtils, Process, TrapSupport, VM, VMSideDoor
EXPORTS ALL
CONTROL
RealImpl,
Sets up trap handlers for the floating point operations.
SafeStoragePackage
Sets up Cedar opcode trap handlers, initializes the Cedar allocator, collectors and runtime type system (e.g. access to symbols for Types). Acquires Types for modules in this config. Also initializes the world of ATOMs, then acquires literals (REF TEXT, ROPEs, ATOMs) for modules in this bcd.
= BEGIN
RealImpl;
SafeStoragePackage;
RopePackage;
ProcessPropsImpl;
END.