From 40da40c4408bdbe1e6bba865df67a5f932199efa Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 22 Feb 2015 20:02:16 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 8def221..dbba57f 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -5,8 +5,9 @@ * [First steps in the kernel setup code](Booting/linux-bootstrap-2.md) * [Video mode initialization and transition to protected mode](Booting/linux-bootstrap-3.md) * [Transition to 64-bit mode](Booting/linux-bootstrap-4.md) - * [Kernel decompression]() - * [First steps inside the kernel]() + * [Kernel decompression](Booting/linux-bootstrap-5.md) +* [Initialization](Initialization/README.md) + * [First steps in kernel]() * [Theory]() * [Paging]() * [Elf64](Theory/ELF.md)