Chameleon

Chameleon Commit Details

Date:2010-08-05 10:57:47 (13 years 11 months ago)
Author:Tamás Kosárszky
Commit:309
Parents: 308
Message:Reverting back graphics.c. Fixed graphics mode setup.
Changes:
M/trunk/i386/boot2/graphics.c

File differences

trunk/i386/boot2/graphics.c
3636
3737
3838
39
40
4139
4240
4341
......
11291127
11301128
11311129
1132
1133
1134
1135
1130
11361131
11371132
11381133
* for spinning disk
*/
static int currentIndicator = 0;
static int oldScreenWidth = 0;
static int oldScreenHeight = 0;
int previewTotalSectors = 0;
int previewLoadedSectors = 0;
params[1] = 25;
}
if (params[0] != oldScreenWidth && params[1] != oldScreenHeight)
{
setVESATextMode( params[0], params[1], 4 );
}
setVESATextMode( params[0], params[1], 4 );
bootArgs->Video.v_display = VGA_TEXT_MODE;
}

Archive Download the corresponding diff file

Revision: 309