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_
syscall uspace
- Initializes syscall support and setups the syscall handler.
- init_
trap - Initializes trap handling on the current CPU.