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

@@ -7,7 +7,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 --><aside id="toc"></aside>
<!-- more -->
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.