commit | 2d6db556cb219ff1a15b98a18fafad33310e47b0 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun Mar 17 10:32:05 2013 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Mar 17 10:32:05 2013 -0400 |
tree | 6dabbb7786555fcffde863ec9dad3f7f717c178f | |
parent | 212fb4da051b74f7d232e16e04cf51d02f3b6472 [diff] |
Set ZF prior to keyboard read call in check_for_keystroke(). Set the ZF flag to make sure the keyboard interrupt is actively clearing it on a key event. This fixes a hang when CONFIG_BOOTMENU is on and CONFIG_KEYBOARD is off. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>