Triple Fault: Difference between revisions

m
→‎Avoiding: Add link to TSS
[unchecked revision][unchecked revision]
m (category change: exceptions are interrupts)
m (→‎Avoiding: Add link to TSS)
Line 14:
==Avoiding==
 
The cleanest way to handle this is to provide a separate [[Task State Segment|TSS]] for double faults and to use a task gate for that kind of exceptions. Try to keep that Task as simple as possible, and give it a dedicated stack segment and pointers.
 
* display "double fault" panic message
Anonymous user