Index: trunk/i386/boot2/boot.c =================================================================== --- trunk/i386/boot2/boot.c (revision 2154) +++ trunk/i386/boot2/boot.c (revision 2155) @@ -145,7 +145,7 @@ 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();