isr: improve keyboard handler
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ extern kmain ; this function is gonna be located in our c code(kernel
|
||||
|
||||
start:
|
||||
mov esp, stack_top
|
||||
; cli ;clears the interrupts
|
||||
cli ;clears the interrupts
|
||||
|
||||
lgdt [gdt]
|
||||
mov ax, DATA_SEG
|
||||
|
||||
Reference in New Issue
Block a user