From 22ea5e335df8f45fbe885cd80289a9e72473c7f9 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Thu, 26 Mar 2015 13:26:39 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SUMMARY.md b/SUMMARY.md index 0644465..bd3ef00 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -10,6 +10,8 @@ * [First steps in the kernel](Initialization/linux-initialization-1.md) * [Early interrupts handler](Initialization/linux-initialization-2.md) * [Last preparations before the kernel entry point](Initialization/linux-initialization-3.md) +* [Memory management]() + * [Memblock]() * [Data Structures in the Linux Kernel](DataStructures/README.md) * [Doubly linked list](DataStructures/dlist.md) * [Theory](Theory/README.md)