isr: improve keyboard handler

This commit is contained in:
2025-03-19 21:46:46 +03:00
parent 5bff255a7a
commit c9d6e6183d
3 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -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