kernel

Function load_task

Source
pub fn load_task<P>(
    scheduler: &Scheduler<P>,
    image: &LoadedImage,
    kernel_page_table: &mut P::PageTable,
    allocator: &PhysicalMemoryManager,
    kernel_stack_allocator: &mut KernelStackAllocator<P>,
)
where P: Platform,