From 762ea11e9d8d377dcb9b1241ba56746b9893ef36 Mon Sep 17 00:00:00 2001 From: hailin cai Date: Fri, 11 Mar 2016 09:32:15 -0800 Subject: [PATCH] Update Booting/linux-bootstrap-3.md --- Booting/linux-bootstrap-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-3.md b/Booting/linux-bootstrap-3.md index 2cd453c..35187cb 100644 --- a/Booting/linux-bootstrap-3.md +++ b/Booting/linux-bootstrap-3.md @@ -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`: