소스 검색

Update linux-bootstrap-5.md

0xAX 10 년 전
부모
커밋
002ef60893
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Booting/linux-bootstrap-5.md

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

@@ -38,7 +38,7 @@ ENTRY(startup_64)
 	movl	%eax, %gs
 ```
 
-in the start of `startup_64`. All segment registers besides `cs` points now to the `ds` which is `0x18` (if you don't understand why it is `0x18`, read the previous part).
+in the beginning of the `startup_64`. All segment registers besides `cs` points now to the `ds` which is `0x18` (if you don't understand why it is `0x18`, read the previous part).
 
 The next step is computation of difference between where kernel was compiled and where it was loaded: