Skip to main content

Module x86_64

Module x86_64 

Source
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.