aphrodite::_entry

Function _entry

Source
pub fn _entry(display: Option<&dyn TextDisplay>, BI: &BootInfo<'_>) -> !
Expand description

The real entrypoint to the kernel. internel/arch/*/entry.rs files eventually call this.