core: Check for func key in getchar()
authorMatt Fleming <matt.fleming@intel.com>
Tue, 28 Feb 2012 21:06:38 +0000 (21:06 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Fri, 23 Mar 2012 16:34:41 +0000 (16:34 +0000)
commit89513b6392f4d815be8794100d092f8d172d0b30
tree1d20840ed47d5a5a840c53faa4226480ab1f9e34
parent51529126e71d1a2b451c6e809567e1ebd3788aa6
core: Check for func key in getchar()

We need to return the value stored in ah after reading from the
keyboard with __intcall(0x16, ...) otherwise we won't properly detect
function keys such as F1, F2, etc.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
core/conio.c