mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 15:27:50 +00:00
Update to gutenberg 0.3.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title = "Double Faults"
|
||||
order = 10
|
||||
path = "double-faults"
|
||||
date = "2017-01-02"
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user