mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Set correct release date
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Double Faults"
|
title = "Double Faults"
|
||||||
date = "2016-11-08"
|
date = "2017-01-02"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
In this post we explore double faults in detail. We also set up an _Interrupt Stack Table_ to catch double faults on a separate kernel stack. This way, we can completely prevent triple faults, even on kernel stack overflow.
|
In this post we explore double faults in detail. We also set up an _Interrupt Stack Table_ to catch double faults on a separate kernel stack. This way, we can completely prevent triple faults, even on kernel stack overflow.
|
||||||
|
|||||||
Reference in New Issue
Block a user