From 9cb0b3544636bb85a72c8b008479f2549fcca795 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sat, 21 Mar 2015 00:31:34 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUMMARY.md b/SUMMARY.md index 42ebe6f..3e10e09 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -10,6 +10,7 @@ * [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]() * [Theory](Theory/README.md) * [Paging](Theory/Paging.md) * [Elf64](Theory/ELF.md)