Skip to content

Bootstages

enum bootstage {
BOOTSTAGE_EARLY_FB,
BOOTSTAGE_EARLY_ALLOCATORS,
BOOTSTAGE_EARLY_DEVICES,
BOOTSTAGE_MID_MP,
BOOTSTAGE_MID_TOPOLOGY,
BOOTSTAGE_MID_ALLOCATORS,
BOOTSTAGE_LATE,
BOOTSTAGE_COMPLETE,
BOOTSTAGE_COUNT,
};