Chameleon

Chameleon Commit Details

Date:2010-07-23 14:46:55 (13 years 9 months ago)
Author:Kabyl
Commit:206
Parents: 205
Message:usb_loop() runs last in case a USB keyboard is used (sorry)
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
174174
175175
176176
177
178
179177
180178
181179
182180
183181
184182
183
184
185185
186186
187187
}
}
usb_loop();
bool dummyVal;
if (getBoolForKey(kWaitForKeypressKey, &dummyVal, &bootInfo->bootConfig) && dummyVal) {
printf("Press any key to continue...");
getc();
}
usb_loop();
// If we were in text mode, switch to graphics mode.
// This will draw the boot graphics unless we are in
// verbose mode.

Archive Download the corresponding diff file

Revision: 206