PS/2 Keyboard: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Merged KBC into this article
→‎CPU Reset: Minor corrections
Line 118:
;Wait for a empty Input Buffer
wait1:
in al, x0640x64
test al, 00000010b
jne wait1
Line 128:
;Wait for a empty Input Buffer
wait2:
in al, x0640x64
test al, 00000010b
jne wait2
Line 135:
mov al, 0xFE
out 0x60, al
 
 
== Protected Mode Keyboard Driver ==