Fix syntax of <!-- more --> marker

This commit is contained in:
Philipp Oppermann
2017-04-27 12:52:43 +02:00
parent f525541969
commit 1f5cca2779
10 changed files with 10 additions and 10 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 --><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.