Module init

Source
Expand description

Helper functions to initialize the CPU states on systems bootstrapping.

Functionsยง

init_gdt
Initializes the per-CPU TSS and GDT structures and loads them into the current CPU.
init_idt
Initializes the global IDT and loads it into the current CPU.
init_percpu
Initializes the per-CPU data structures.
init_syscalluspace
Initializes syscall support and setups the syscall handler.
init_trap
Initializes trap handling on the current CPU.