浏览代码

Update linux-bootstrap-4.md

0xAX 10 年之前
父节点
当前提交
6c1e6d79c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Booting/linux-bootstrap-4.md

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

@@ -162,7 +162,7 @@ As we checked `KEEP_SEGMENTS` flag and put the correct value to the segment regi
 ```assembly
 	leal	(BP_scratch+4)(%esi), %esp
 	call	1f
-1:	popl	%ebp
+1:  popl	%ebp
 	subl	$1b, %ebp
 ```