소스 검색

Change first heading to overview

Waqar Ahmed 10 년 전
부모
커밋
4eb7e7d783
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Booting/linux-bootstrap-2.md

+ 1 - 1
Booting/linux-bootstrap-2.md

@@ -1,7 +1,7 @@
 Kernel booting process. Part 2.
 ================================================================================
 
-First steps in the kernel setup
+Overview
 --------------------------------------------------------------------------------
 
 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).