mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 14:57:49 +00:00
Fix syntax of <!-- more --> marker
This commit is contained in:
@@ -7,7 +7,7 @@ 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.
|
||||
|
||||
<!--more--><aside id="toc"></aside>
|
||||
<!-- more --><aside id="toc"></aside>
|
||||
|
||||
As always, the complete source code is available on [Github]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a [gitter chat] and a [comment section] at the end of this page.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user