瀏覽代碼

Lesson 23, step 6

Carlos 9 年之前
父節點
當前提交
c473761432
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      23-fixes/cpu/interrupt.asm

+ 1 - 0
23-fixes/cpu/interrupt.asm

@@ -39,6 +39,7 @@ irq_common_stub:
     mov es, ax
     mov fs, ax
     mov gs, ax
+    cld
     call irq_handler ; Different than the ISR code
     pop ebx  ; Different than the ISR code
     mov ds, bx