From c7f09d9416de4079b923baf3dd78745abb1fa10a Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sat, 4 Apr 2015 12:29:02 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SUMMARY.md b/SUMMARY.md index 42b7016..972410a 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -12,6 +12,8 @@ * [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)