Chameleon

Chameleon Commit Details

Date:2010-08-18 04:43:22 (13 years 7 months ago)
Author:Azimutz
Commit:378
Parents: 377
Message:Change printf+getc to pause() on KWaitForKeypressKey check.
Changes:
M/branches/azimutz/CleanCut/i386/boot2/boot.c

File differences

branches/azimutz/CleanCut/i386/boot2/boot.c
180180
181181
182182
183
184
183
185184
186185
187186
//Azi: Wait=y is breaking other keys when typed "after them" at boot prompt.
// Works properly if typed in first place or used on Boot.plist.
if (getBoolForKey(kWaitForKeypressKey, &dummyVal, &bootInfo->bootConfig) && dummyVal) {
printf("Press any key to continue...");
getc();
pause();
}
usb_loop();

Archive Download the corresponding diff file

Revision: 378