Expand description
x86_64-specific kernel subsystems: GDT, TSS, IDT, PIC, and interrupt handlers.
Authors: MarioS271
Modulesยง
- instructions ๐
- Safe wrappers around x86_64 privileged instructions.
- interrupts ๐
- x86_64 interrupt infrastructure: exception handlers, IRQ handlers, and PIC initialization.
- tables ๐
- x86_64 descriptor tables: TSS, GDT, and IDT.
Functionsยง
- init ๐
- Initialize the TSS, GDT, IDT, and PIC โ everything required before enabling interrupts.