소스 검색

Just one typo corrected in a hex number at 'segment registers align'

Daniel Alejandro Campoverde Carrión [alx741] 10 년 전
부모
커밋
0ea66bb884
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      linux-bootstrap-1.md

+ 1 - 1
linux-bootstrap-1.md

@@ -340,7 +340,7 @@ First of all it ensures that `ds` and `es` segment registers point to the same a
 	sti
 ```
 
-As i wrote above, grub2 loads kernel setup code at `0x10000` address and `cs` at `0x0x1020` because execution doesn't start from the start of file, but from:
+As i wrote above, grub2 loads kernel setup code at `0x10000` address and `cs` at `0x1020` because execution doesn't start from the start of file, but from:
 
 ```
 _start: