Module init

Source
Expand description

Sidecar initialization code. This code runs once, on the BSP, before the main kernel boots.

Structsยง

NodeDefinition ๐Ÿ”’
NodeInit ๐Ÿ”’

Enumsยง

InitError ๐Ÿ”’
InitVpError ๐Ÿ”’

Constantsยง

IRQ ๐Ÿ”’

Staticsยง

GDT ๐Ÿ”’
IDT ๐Ÿ”’
IMAGE_PDE ๐Ÿ”’ โš 
NODE_INIT ๐Ÿ”’

Functionsยง

ap_init ๐Ÿ”’ โš 
Safety
exc_gpf ๐Ÿ”’ โš 
exc_pf ๐Ÿ”’ โš 
init ๐Ÿ”’
Called on the BSP to initialize all the APs.
irq_entry ๐Ÿ”’ โš 
start
BSP entry point from entry.S. Called with BSS, stack, and page tables initialized, and relocations applied.
start_aps ๐Ÿ”’