KernelEntryFn

Type Alias KernelEntryFn 

Source
pub type KernelEntryFn = extern "win64" fn(*const KernelBootInfo) -> !;
Expand description

Kernel function pointer.

ยงABI

The ABI is defined as win64 since the kernel is called from a UEFI (PE/COFF) application.