Function mod_mgmt::init

source ·
pub fn init(
    bootloader_modules: Vec<BootloaderModule>,
    kernel_mmi: &mut MemoryManagementInfo
) -> Result<&'static Arc<CrateNamespace>, &'static str>
Expand description

Initializes the module management system based on the bootloader-provided modules, and creates and returns the default CrateNamespace for kernel crates.