diff --git a/blog/content/first-edition/posts/08-kernel-heap/index.md b/blog/content/first-edition/posts/08-kernel-heap/index.md index 2c30c14b..5839216b 100644 --- a/blog/content/first-edition/posts/08-kernel-heap/index.md +++ b/blog/content/first-edition/posts/08-kernel-heap/index.md @@ -4,8 +4,9 @@ weight = 8 path = "kernel-heap" aliases = ["kernel-heap.html"] date = 2016-04-11 -updated = "2017-11-19" template = "first-edition/page.html" +[extra] +updated = "2017-11-19" +++ In the previous posts we 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] crate. diff --git a/blog/templates/second-edition/index.html b/blog/templates/second-edition/index.html index 37406cbe..5feee9e3 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -78,7 +78,7 @@ {% block after_main %}