Add tables of contents to all blog posts

This commit is contained in:
Philipp Oppermann
2016-07-17 17:10:23 +02:00
parent 62dd13b2e7
commit bc6f496eb5
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ date = "2015-12-09"
In this post we will create a paging module, which allows us to access and modify the 4-level page table. We will explore recursive page table mapping and use some Rust features to make it safe. Finally we will create functions to translate virtual addresses and to map and unmap pages.
<!--more-->
<!--more--><aside id="toc" class="coarse"></aside>
You can find the source code and this post itself on [Github][source repository]. Please file an issue 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.