From a97553fcfc049df57615850f1b0fe3f4a00d9cc3 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sat, 14 Mar 2015 22:54:00 +0600 Subject: [PATCH] Update README.md --- Initialization/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Initialization/README.md b/Initialization/README.md index e8711a8..9bd96f3 100644 --- a/Initialization/README.md +++ b/Initialization/README.md @@ -1,6 +1,6 @@ -# Kernel booting process +# Kernel initialization process You will see here a couple of posts which describes full cycle of the kernel initialization from the first steps after kernel decompressed to starting of the first process runned by kernel. * [First steps after kernel decompressed](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-1.md) - describes first steps in the kernel. -* [Early interupts and exception handling](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-2.md) - describes early interrupts initialization and early page fault handler. +* [Early interupt and exception handling](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-2.md) - describes early interrupts initialization and early page fault handler.