From 27ee40c93ab1721f48b9b6e757baf3d4ea3b1b4a Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Sun, 5 Jul 2015 15:55:19 +0500 Subject: [PATCH] Return previous heading fixed wrong capital --- Booting/linux-bootstrap-2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Booting/linux-bootstrap-2.md b/Booting/linux-bootstrap-2.md index 3af0089..7402d03 100644 --- a/Booting/linux-bootstrap-2.md +++ b/Booting/linux-bootstrap-2.md @@ -1,7 +1,7 @@ Kernel booting process. Part 2. ================================================================================ -Overview +First steps in the kernel setup -------------------------------------------------------------------------------- We started to dive into linux kernel internals in the previous [part](linux-bootstrap-1.md) and saw the initial part of the kernel setup code. We stopped at the first call to the `main` function (which is the first function written in C) from [arch/x86/boot/main.c](https://github.com/torvalds/linux/blob/master/arch/x86/boot/main.c). @@ -31,7 +31,7 @@ Memory management in Protected mode is divided into two, almost independent part * Segmentation * Paging -Here we will only see Segmentation. Paging will be discussed in the next sections. +Here we will only see segmentation. Paging will be discussed in the next sections. As you can read in the previous part, addresses consist of two parts in real mode: