SoftcardGermDaybreak.Config (February 25, 1988 3:29:00 pm PST)
Copyright Ó 1988 by Xerox Corporation. All rights reserved.
Bill Jackson (bj) April 19, 1988 2:07:48 am PDT
Christophe Cuenod September 12, 1988 9:29:19 am PDT
SoftcardGermDaybreak: CONFIG LINKS: CODE
IMPORTS Basics, DeviceCleanup, PrincOpsUtils ~ {
HeadsDaybreak: CONFIG LINKS: CODE
IMPORTS DeviceCleanup
EXPORTS ALL
CONTROL ProcessorHeadDove, DiskHeadDove, EthernetHeadDove ~ {
ProcessorHeadDove;
DiskHeadDove;
EthernetHeadDove;
};
HeadsDaybreak;
MiniEthernetDriver;
PupTeledebugImpl;
SparcSoftcardInitImpl;
SparcSoftcardOpsImpl;
TrapsImpl;
GermSwapImpl;
[BCNULL, GermPrivate] ← BootSwapGerm[Basics, BC0, GermPrivate, GermSwap, MesaRuntimeInit, PrincOpsUtils, ProcessorFace, ProcessorFaceExtras, RuntimeError, SparcSoftcardInit];
BC0 ← BootChannelDisk[Basics, BCNULL, DiskFace, GermPrivate, PrincOpsUtils, ProcessorFace];
}.