Kernel: Do not stop interrupts by default in the interrupt handler
I always knew you can choose if interrupts are enabled for a specific ISR in the IDT entry, but at some moment there was a bug and I thought maybe that fixed it. Now reverting that doesn't break anything, so... let's do it :)
This commit is contained in:
parent
8f310dd307
commit
7a998dda4d
@ -40,7 +40,6 @@ extern common_handler
|
|||||||
section .text
|
section .text
|
||||||
global asm_common
|
global asm_common
|
||||||
asm_common:
|
asm_common:
|
||||||
cli
|
|
||||||
cld
|
cld
|
||||||
push rax
|
push rax
|
||||||
push rbx
|
push rbx
|
||||||
|
Loading…
Reference in New Issue
Block a user