Chameleon

Chameleon Commit Details

Date:2010-08-20 19:55:47 (13 years 8 months ago)
Author:Tamás Kosárszky
Commit:395
Parents: 394
Message:Fixed previous commit's build error, sorry.
Changes:
M/trunk/i386/boot2/options.c

File differences

trunk/i386/boot2/options.c
735735
736736
737737
738
739738
740739
741740
// Checking user pressed keys
bool f8press = false, spress = false, vpress = false;
int key;
while (readKeyboardStatus()) {
key = bgetc ();
if (key == 0x4200) f8press = true;

Archive Download the corresponding diff file

Revision: 395