Chameleon

Chameleon Commit Details

Date:2015-03-10 06:40:16 (9 years 1 month ago)
Author:ErmaC
Commit:2599
Parents: 2598
Message:Add visible output on bad kernel compression.
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
152152
153153
154154
155
156
155157
156158
157159
......
897899
898900
899901
902
900903
901904
902905
if ( ret != 0 )
{
printf("Decoding kernel failed.\n");
pause();
return ret;
}
return ((gMacOSVersion[0] == version[0]) && (gMacOSVersion[1] == version[1])
&& (gMacOSVersion[2] == version[2]) && (gMacOSVersion[3] == version[3]));
}
}
uint32_t getMacOSVerCurrent()

Archive Download the corresponding diff file

Revision: 2599