From 1fb3d0c7581d5499300fe039c554d04c9f56745d Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 5 Apr 2015 19:53:29 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 0e77661..d90d0ff 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -14,11 +14,9 @@ * [Continue architecture-specific boot-time initializations]() * [Memory management](mm/README.md) * [Memblock](mm/linux-mm-1.md) -* [Initial ram disk]() - * [initrd]() * [Concepts](Concepts/README.md) * [Per-CPU variables](Concepts/per-cpu.md) - * [Cpumasks]() + * [Cpumasks](Concepts/cpumask.md) * [Data Structures in the Linux Kernel](DataStructures/README.md) * [Doubly linked list](DataStructures/dlist.md) * [Theory](Theory/README.md) @@ -26,6 +24,8 @@ * [Elf64](Theory/ELF.md) * [CPUID]() * [MSR]() +* [Initial ram disk]() + * [initrd]() * [Misc]() * [Kernel building and instalation]() * [Write and Submit your first Linux kernel Patch]()