pub fn init_components(stage: InitStage) -> Result<(), ComponentInitError>Expand description
Initialize kernel components using the component system
This function initializes all kernel components in the correct order based on their dependencies and priorities.