From 43e73ff0505cf2899d55593c123a9f7ad97597e6 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 12 Apr 2016 00:45:47 +0200 Subject: [PATCH] Add kernel heap post to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fab817e6..c51f1482 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ This repository contains the source code for the _Writing an OS in Rust_ series ([source code](https://github.com/phil-opp/blog_os/tree/page_tables)) - [Remap the Kernel](http://os.phil-opp.com/remap-the-kernel.html) ([source code](https://github.com/phil-opp/blog_os/tree/remap_the_kernel)) +- [Kernel Heap](http://os.phil-opp.com/kernel-heap.html) + ([source code](https://github.com/phil-opp/blog_os/tree/kernel_heap)) ## Additional Resources - [Cross Compile Binutils](http://os.phil-opp.com/cross-compile-binutils.html)