Update Booting/linux-bootstrap-3.md

This commit is contained in:
hailin cai
2016-03-24 15:47:40 -04:00
parent 68404401e8
commit 58c56d5a52

View File

@@ -570,7 +570,7 @@ movl %edx, %cr0
.section ".text32","ax"
```
保护模式代码的第一步就是重置所有的段寄存器:
保护模式代码的第一步就是重置所有的段寄存器(除了 `CS` 寄存器):
```assembly
GLOBAL(in_pm32)