From 015ef5b960671f7d8b4a6923134a9a53e7718dca Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 14 Mar 2019 13:07:03 +0100 Subject: [PATCH] Begin new Heap Allocation post --- .../posts/11-heap-allocation/index.md | 23 +++++++++++++++++++ blog/templates/second-edition/index.html | 1 + 2 files changed, 24 insertions(+) create mode 100644 blog/content/second-edition/posts/11-heap-allocation/index.md diff --git a/blog/content/second-edition/posts/11-heap-allocation/index.md b/blog/content/second-edition/posts/11-heap-allocation/index.md new file mode 100644 index 00000000..18292efb --- /dev/null +++ b/blog/content/second-edition/posts/11-heap-allocation/index.md @@ -0,0 +1,23 @@ ++++ +title = "Heap Allocation" +weight = 11 +path = "heap-allocation" +date = 0000-01-01 ++++ + +TODO + + + +This blog is openly developed on [GitHub]. If you have any problems or questions, please open an issue there. You can also leave comments [at the bottom]. The complete source code for this post can be found in the [`post-11`][post branch] branch. + +[GitHub]: https://github.com/phil-opp/blog_os +[at the bottom]: #comments +[post branch]: https://github.com/phil-opp/blog_os/tree/post-11 + + +--- + +TODO: update date + +--- diff --git a/blog/templates/second-edition/index.html b/blog/templates/second-edition/index.html index b7fd6361..553d89ec 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -40,6 +40,7 @@
{{ macros::post_link(page=posts.7) }} {{ macros::post_link(page=posts.8) }} + {{ macros::post_link(page=posts.10) }}