cld going into irq/isr handlers

This commit is contained in:
Kevin Lange 2017-02-20 00:19:38 +09:00
parent 51ff3df1e0
commit 2de88539f4
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ irq_common:
mov %ax, %es
mov %ax, %fs
mov %ax, %gs
cld
/* Call interrupt handler */
push %esp

View File

@ -70,6 +70,7 @@ isr_common:
mov %ax, %es
mov %ax, %fs
mov %ax, %gs
cld
/* Call fault handler */
push %esp