Convert links to hugo format and insert more breaks

This commit is contained in:
Philipp Oppermann
2016-04-25 21:57:21 +02:00
parent cdc0b0748b
commit 7b2bdf5c3c
7 changed files with 43 additions and 24 deletions

View File

@@ -5,11 +5,13 @@ date = "2016-04-11"
In the previous posts we have created a [frame allocator] and a [page table module]. Now we are ready to create a kernel heap and a memory allocator. Thus, we will unlock `Box`, `Vec`, `BTreeMap`, and the rest of the [alloc] and [collections] crates.
[frame allocator]: {% post_url 2015-11-15-allocating-frames %}
[page table module]: {% post_url 2015-12-09-modifying-page-tables %}
[frame allocator]: {{% relref "2015-11-15-allocating-frames.md" %}}
[page table module]: {{% relref "2015-12-09-modifying-page-tables.md" %}}
[alloc]: https://doc.rust-lang.org/nightly/alloc/index.html
[collections]: https://doc.rust-lang.org/nightly/collections/index.html
<!--more-->
As always, you can find the complete source code on [Github]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a comment section at the end of this page.
[Github]: https://github.com/phil-opp/blog_os/tree/kernel_heap