Chameleon

Chameleon Commit Details

Date:2014-10-16 17:59:38 (9 years 6 months ago)
Author:MacMan
Commit:2404
Parents: 2403
Message:Fixed verbose message "Decompressing Kernel Using" to "Decompressing Kernel Cache Using"
Changes:
M/branches/Chimera/i386/boot2/drivers.c

File differences

branches/Chimera/i386/boot2/drivers.c
868868
869869
870870
871
871
872872
873873
874
874
875875
876876
877877
return -1;
}
if (kernel_header->compress_type == OSSwapBigToHostConstInt32('lzss'))
verbose ("Decompressing Kernel Using lzss\n");
verbose ("Decompressing Kernel Cache Using lzss\n");
else
if (kernel_header->compress_type == OSSwapBigToHostConstInt32('lzvn'))
verbose ("Decompressing Kernel Using lzvn\n");
verbose ("Decompressing Kernel Cache Using lzvn\n");
#if NOTDEF
if (kernel_header->platform_name[0] && strcmp(gPlatformName, kernel_header->platform_name))
{

Archive Download the corresponding diff file

Revision: 2404