Quellcode durchsuchen

Lesson 23, step 6

Carlos vor 9 Jahren
Ursprung
Commit
c473761432
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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 es, ax
     mov fs, ax
     mov fs, ax
     mov gs, ax
     mov gs, ax
+    cld
     call irq_handler ; Different than the ISR code
     call irq_handler ; Different than the ISR code
     pop ebx  ; Different than the ISR code
     pop ebx  ; Different than the ISR code
     mov ds, bx
     mov ds, bx