mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Resolve TODOs
This commit is contained in:
@@ -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?
|
|
||||||
|
|||||||
Reference in New Issue
Block a user