From bbab87a550932d848d9e0da928f2fb6c230fe10c Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang Date: Wed, 6 Jan 2016 18:13:58 +0800 Subject: [PATCH] fix grammer errors in initialization/README.md --- Initialization/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Initialization/README.md b/Initialization/README.md index dcb14e4..d44a64a 100644 --- a/Initialization/README.md +++ b/Initialization/README.md @@ -1,8 +1,8 @@ # Kernel initialization process -You will find here a couple of posts which describe the full cycle of kernel initialization from its first steps after the kernel has decompressed to the start of the first process run by the kernel itself. +You will find here a couple of posts which describe the full cycle of kernel initialization from its first step after the kernel has been decompressed to the start of the first process run by the kernel itself. -*Note* That there will not be description of the all kernel initialization steps. Here will be only generic kernel part, without interrupts handling, ACPI, and many other parts. All parts which I'll miss, will be described in other chapters. +*Note* That there will not be description of the all kernel initialization steps. Here will be only generic kernel part, without interrupts handling, ACPI, and many other parts. All parts which I have missed, will be described in other chapters. * [First steps after kernel decompression](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-1.md) - describes first steps in the kernel. * [Early interrupt 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.