From 14dcf5b47290b716e94523fc9119b8cedae90236 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sat, 21 Mar 2015 13:32:37 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index 3e10e09..edf0fa6 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -10,7 +10,8 @@ * [First steps in the kernel](Initialization/linux-initialization-1.md) * [Early interrupts handler](Initialization/linux-initialization-2.md) * [Kernel entry point]() -* [Data Structures in the Linux Kernel]() +* [Data Structures in the Linux Kernel](DataStructures/README.md) + * [Doubly linked list](DataStructures/dlist.md) * [Theory](Theory/README.md) * [Paging](Theory/Paging.md) * [Elf64](Theory/ELF.md)