Chameleon

Chameleon Commit Details

Date:2013-01-10 06:38:00 (11 years 3 months ago)
Author:Evan Lojewski
Commit:2155
Parents: 2154
Message:Pass final kernel address ad size to DecodedKernel hook
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
145145
146146
147147
148
148
149149
150150
151151
reserveKernBootStruct();
// Notify modules that the kernel has been decoded
execute_hook("DecodedKernel", (void*)binary, NULL, NULL, NULL);
execute_hook("DecodedKernel", (void*)binary, (void*)bootArgs->kaddr, (void*)bootArgs->ksize, NULL);
setupFakeEfi();

Archive Download the corresponding diff file

Revision: 2155