Skip to main content
Module tables
kernel
1.0.0
Module tables
Module Items
Modules
In kernel::
arch::
x86_
64::
cpu
kernel
::
arch
::
x86_64
::
cpu
Module
tables
Copy item path
Source
Expand description
x86_64 tables: TSS, GDT, IDT
Authors: MarioS271
Modules
ยง
gdt
๐
Global Descriptor Table (GDT): owns the kernel segment descriptors and the TSS selector, and loads them into the CPU.
idt
๐
Helper for building the IDT
tss
๐
Task State Segment (TSS): owns the Interrupt Stack Table and its dedicated stacks for exceptions that need a known-good stack.