⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

get_init_system

Function get_init_system 

Source
pub fn get_init_system() -> &'static InitSystem
Expand description

Get the global init system.

Panics if the init system has not been initialized via init. Prefer try_get_init_system in contexts where a panic is unacceptable.