Fixed kbd (buffer flush)

This commit is contained in:
2026-03-08 09:54:45 +01:00
parent 77d9df6f48
commit 5e9c582833
5 changed files with 23 additions and 15 deletions

View File

@@ -151,12 +151,13 @@ vector_7_handler:
align 16
vector_8_handler:
; No error code, we only push vector number
push qword 1
push qword 8
jmp interrupt_stub
; Coprocessor Segment Overrun
align 16
vector_9_handler:
push qword 0
push qword 9
jmp interrupt_stub