Chameleon

Chameleon Commit Details

Date:2011-02-10 02:26:54 (13 years 2 months ago)
Author:Evan Lojewski
Commit:744
Parents: 743
Message:Typo fix
Changes:
M/branches/meklort/i386/boot2/modules.c

File differences

branches/meklort/i386/boot2/modules.c
2323
2424
2525
26
26
2727
2828
2929
unsigned long long textAddress = 0;
unsigned long long textSection = 0;
void* symbols_module_start = (void*)0xFFFFFFFF;// TGlobal, value is populated by the makefile with actual address
void* symbols_module_start = (void*)0xFFFFFFFF;// Global, value is populated by the makefile with actual address
/** Internal symbols, however there are accessor methods **/
moduleHook_t* moduleCallbacks = NULL;

Archive Download the corresponding diff file

Revision: 744