Chameleon

Chameleon Commit Details

Date:2010-02-22 18:40:53 (14 years 1 month ago)
Author:Rekursor
Commit:111
Parents: 110
Message:Switching mem autodetection option UseMemDetect to false by default, too many problems reported by users + too much lag.
Changes:
M/trunk/i386/libsaio/platform.c

File differences

trunk/i386/libsaio/platform.c
3636
3737
3838
39
39
4040
4141
4242
void scan_platform(void)
{
bool useAutodetection = true;
bool useAutodetection = false;
getBoolForKey(kUseMemDetect, &useAutodetection, &bootInfo->bootConfig);
memset(&Platform, 0, sizeof(Platform));

Archive Download the corresponding diff file

Revision: 111