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)