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];
}.