console.obj - modified for kernel SVN r.4588

git-svn-id: svn://kolibrios.org@4600 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Albom 2014-02-27 19:46:09 +00:00
parent 8efb57fc9b
commit 45668e124d

View File

@ -1842,6 +1842,7 @@ con.thread_exit:
con.key: con.key:
mov al, 2 mov al, 2
int 0x40 int 0x40
and eax, 0xffff ; supress scancodes
; ah = scancode ; ah = scancode
cmp ah, 0xE0 cmp ah, 0xE0
jnz @f jnz @f