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

start

Function start 

Source
pub fn start() -> !
Expand description

Start the scheduler

This transfers control to the scheduler, which will run the current task (bootstrap or idle) and never return.