From f590c330105d6fc03c1b5529f0e3c344dc654af9 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 5 Apr 2015 13:08:35 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 3f8f250..8558587 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -12,15 +12,15 @@ * [Last preparations before the kernel entry point](Initialization/linux-initialization-3.md) * [Kernel entry point]() * [Continue architecture-specific boot-time initializations]() -* [Initial ram disk]() - * [initrd]() * [Memory management](mm/README.md) * [Memblock](mm/linux-mm-1.md) -* [Data Structures in the Linux Kernel](DataStructures/README.md) - * [Doubly linked list](DataStructures/dlist.md) +* [Initial ram disk]() + * [initrd]() * [Concepts](Concepts/README.md) * [Per-CPU variables](Concepts/per-cpu.md) * [Cpumasks]() +* [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)