CedarRuntime.config
Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
Russ Atkinson (RRA) July 2, 1986 12:46:49 pm PDT
CedarRuntime: CONFIGURATION LINKS: CODE
IMPORTS BasicLoadState, BcdOps, DebuggerSwap, DeviceCleanup, GermSwap, PrincOpsUtils, Process, SystemVersion, TrapSupport, VM, VMInternal, VMSideDoor
EXPORTS ALL
CONTROL
RealPackage,
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
SafeStoragePackage;
RealPackage;
RopePackage;
ProcessPropsImpl;
END.