Chameleon

Chameleon Commit Details

Date:2012-09-04 18:53:45 (11 years 7 months ago)
Author:Tamás Kosárszky
Commit:2054
Parents: 2053
Message:Fixed source indent.
Changes:
M/trunk/i386/boot2/options.c

File differences

trunk/i386/boot2/options.c
212212
213213
214214
215
215
216216
217217
218218
......
225225
226226
227227
228
228
229229
230230
231231
clearScreenRows( row, kScreenLastRow );
}
clearBootArgs();
clearBootArgs();
if (visible) {
if (bootArgs->Video.v_display == VGA_TEXT_MODE) {
}
} else {
if (bootArgs->Video.v_display != VGA_TEXT_MODE) {
clearGraphicBootPrompt();
clearGraphicBootPrompt();
} else {
printf("Press Enter to start up the foreign OS. ");
}

Archive Download the corresponding diff file

Revision: 2054