Skip to main content

init_components

Function init_components 

Source
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.