Chameleon

Chameleon Commit Details

Date:2011-07-12 21:03:54 (12 years 8 months ago)
Author:Azimutz
Commit:1149
Parents: 1148
Message:Small comment edit.
Changes:
M/trunk/i386/boot2/drivers.c

File differences

trunk/i386/boot2/drivers.c
829829
830830
831831
832
832
833833
834834
835835
......
837837
838838
839839
840
840
841841
842842
843843
return -1;
}
}
ret = ThinFatFile(&binary, &len);
if (ret == 0 && len == 0 && archCpuType==CPU_TYPE_X86_64)
{
ret = ThinFatFile(&binary, &len);
}
// Notify modules that the kernel has been decompressed and thinned, is about to be decoded
// Notify modules that the kernel has been decompressed, thinned and is about to be decoded
execute_hook("DecodeKernel", (void*)binary, NULL, NULL, NULL);

Archive Download the corresponding diff file

Revision: 1149