소스 검색

Return previous heading

fixed wrong capital
Waqar Ahmed 9 년 전
부모
커밋
27ee40c93a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Booting/linux-bootstrap-2.md

+ 2 - 2
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: