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

@@ -15,7 +15,7 @@ In the previous posts we created a [minimal Multiboot kernel][multiboot post] an
[long mode post]: {{% relref "2015-08-25-entering-longmode.md" %}}
[Rust]: https://www.rust-lang.org/
<!--more-->
<!--more--><aside id="toc"></aside>
This blog post tries to set up Rust step-by-step and point out the different problems. If you have any questions, problems, or suggestions please [file an issue] or create a comment at the bottom. The code from this post is in a [Github repository], too.