ps2 init complete, can receive keyboard presses
This commit is contained in:
@@ -3,4 +3,9 @@
|
||||
.global enable_interrupts
|
||||
enable_interrupts:
|
||||
sti
|
||||
ret
|
||||
|
||||
.global io_wait
|
||||
io_wait:
|
||||
outb %al, $0x80
|
||||
ret
|
||||
Reference in New Issue
Block a user