Expand description
Task State Segment (TSS): owns the Interrupt Stack Table and its dedicated stacks for exceptions that need a known-good stack.
Authors: MarioS271
Structs§
- Tss
- Owns the
TaskStateSegmentand its four IST stacks; must not move afterTss::init(the GDT descriptor points to it).