From 13def658710bfe100e277deeacae9b50c66931b2 Mon Sep 17 00:00:00 2001 From: Carlos Date: Mon, 17 Aug 2015 18:32:05 +0200 Subject: [PATCH] lesson 22, malloc --- 22-malloc/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/22-malloc/README.md b/22-malloc/README.md index da2ed0f..01e6c32 100644 --- a/22-malloc/README.md +++ b/22-malloc/README.md @@ -1,3 +1,12 @@ +TODO +FIXME +antes de seguir +http://wiki.osdev.org/James_Molloy%27s_Tutorial_Known_Bugs + + + + + *Concepts you may want to Google beforehand: malloc* **Goal: Implement a memory allocator**