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.
pub fn _entry(display: Option<&dyn TextDisplay>, BI: &BootInfo<'_>) -> !
The real entrypoint to the kernel. internel/arch/*/entry.rs
files eventually call this.