Remove empty toc asides from posts

This commit is contained in:
Philipp Oppermann
2017-10-05 11:50:32 +02:00
parent dae2edfbf5
commit 1c9c20c810
13 changed files with 13 additions and 13 deletions

View File

@@ -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.