From 266427b618a88d4a5731cb96b75fbc8752403445 Mon Sep 17 00:00:00 2001 From: hailin cai Date: Wed, 24 Feb 2016 11:05:29 -0500 Subject: [PATCH] Update Booting/linux-bootstrap-2.md --- Booting/linux-bootstrap-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-2.md b/Booting/linux-bootstrap-2.md index 2a05078..77be78a 100644 --- a/Booting/linux-bootstrap-2.md +++ b/Booting/linux-bootstrap-2.md @@ -437,7 +437,7 @@ if (cpu_level < req_level) { boot_params.kbd_status = oreg.al; ``` -在获取了键盘状态之后,代码再次调用`0x16`中断[0x16](http://www.ctyme.com/intr/rb-1757.htm) 来设置键盘的按键检测频率。 +在获取了键盘状态之后,代码再次调用[0x16](http://www.ctyme.com/intr/rb-1757.htm)中断来设置键盘的按键检测频率。 ```c ireg.ax = 0x0305; /* Set keyboard repeat rate */