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 @@