mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 14:57:49 +00:00
Remove empty toc asides from posts
This commit is contained in:
@@ -9,7 +9,7 @@ updated = "2016-03-06"
|
||||
|
||||
In this post we will create a new page table to map the kernel sections correctly. Therefore we will extend the paging module to support modifications of _inactive_ page tables as well. Then we will switch to the new table and secure our kernel stack by creating a guard page.
|
||||
|
||||
<!-- more --><aside id="toc"></aside>
|
||||
<!-- more -->
|
||||
|
||||
As always, you can find the source code on [Github]. Don't hesitate to file issues there if you have any problems or improvement suggestions. There is also a comment section at the end of this page. Note that this post requires a current Rust nightly.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user