Resolve TODOs

This commit is contained in:
Philipp Oppermann
2019-01-28 11:10:21 +01:00
parent 196e5c4419
commit fa40f1a83f

View File

@@ -2,7 +2,7 @@
title = "Advanced Paging" title = "Advanced Paging"
weight = 10 weight = 10
path = "advanced-paging" path = "advanced-paging"
date = 0000-01-01 date = 2019-01-28
template = "second-edition/page.html" template = "second-edition/page.html"
+++ +++
@@ -694,8 +694,3 @@ The next post will create a heap memory region for our kernel, which will allow
[allocate memory]: https://doc.rust-lang.org/alloc/boxed/struct.Box.html [allocate memory]: https://doc.rust-lang.org/alloc/boxed/struct.Box.html
[collection types]: https://doc.rust-lang.org/alloc/collections/index.html [collection types]: https://doc.rust-lang.org/alloc/collections/index.html
---
TODO improve transition between sections
TODO update post date
TODO use PNGs instead of SVGs?