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

@@ -5,7 +5,7 @@ date = "2015-11-15"
In this post we create an allocator that provides free physical frames for a future paging module. To get the required information about available and used memory we use the Multiboot information structure. Additionally, we improve the `panic` handler to print the corresponding message and source line.
<!--more-->
<!--more--><aside id="toc"></aside>
The full source code is available on [Github][source repo]. Feel free to open issues there if you have any problems or improvements. You can also leave a comment at the bottom.