From 3c62f4ab653c979f9ec50eaa249d43c100e53b7b Mon Sep 17 00:00:00 2001 From: 0xAX Date: Wed, 11 Feb 2015 23:26:53 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 6d2dcaf..b11d7da 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -3,8 +3,12 @@ * [Booting](Booting/README.md) * [From bootloader to kernel](Booting/linux-bootstrap-1.md) * [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]() + * [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]() +* [Theory]() + * [Paging]() +* [Misc]() + * [Write and Submit your first Linux kernel Patch]() * [Useful links](LINKS.md) * [Contributors](contributors.md)