소스 검색

Update and rename linux-initialization-1.md to linux-initialization-1.md

0xAX 10 년 전
부모
커밋
2a3a9bb1ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Initialization/linux-initialization-1.md

+ 1 - 1
Initialization/ linux-initialization-1.md → Initialization/linux-initialization-1.md

@@ -1,7 +1,7 @@
 Kernel initialization. Part 1.
 ================================================================================
 
-First steps in kernel code
+First steps in the kernel code
 --------------------------------------------------------------------------------
 
 In the previous post (`Kernel booting process. Part 5.`) - [Kernel decompression](http://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-5.html) we stopped at the [jump](https://github.com/torvalds/linux/blob/master/arch/x86/boot/compressed/head_64.S) on the decompressed kernel: