ps2 init complete, can receive keyboard presses

This commit is contained in:
2026-06-13 19:53:57 -04:00
parent 3ecbcdf369
commit 2ab98fe582
11 changed files with 240 additions and 21 deletions

View File

@@ -27,12 +27,6 @@ isr_common_stub:
addl $8, %esp
iret
.global master_eoi
master_eoi:
movb $0x20, %al
outb %al, $0x20
ret
.extern idtr
.global load_idt
load_idt: