Update Booting/linux-bootstrap-3.md

This commit is contained in:
hailin cai
2016-03-11 09:32:15 -08:00
parent 2ac01a5d8f
commit 762ea11e9d

View File

@@ -396,7 +396,7 @@ outb(0xfb, 0x21); /* Mask all but cascade on the primary PIC */
到这里位置,我们就完成了所有的准备工作,下面我们就将正式开始从实模式转换到保护模式。
Set up Interrupt Descriptor Table
设置中断描述符表
--------------------------------------------------------------------------------
Now we set up the Interrupt Descriptor table (IDT). `setup_idt`: