Chameleon

Chameleon Commit Details

Date:2011-08-06 23:19:38 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1311
Parents: 1310
Message:Update malloc_init in i386 boot file
Changes:
M/branches/xZenu/src/arch/i386/boot2/boot.c

File differences

branches/xZenu/src/arch/i386/boot2/boot.c
8989
9090
9191
92
92
9393
9494
9595
void initialize_runtime(void)
{
zeroBSS();
malloc_init(0, 0, 0, malloc_error);
malloc_init(ZALLOC_ADDR, ZALLOC_LEN, 16384, malloc_error);
}
//==========================================================================

Archive Download the corresponding diff file

Revision: 1311