Chameleon

Chameleon Commit Details

Date:2011-08-06 23:22:48 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1312
Parents: 1311
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
5353
5454
5555
56
5657
5758
5859
......
8990
9091
9192
92
93
9394
9495
9596
#include <stdio.h>
#include "boot.h"
#include "memory.h"
extern void init_module_system();
extern int execute_hook(const char* name, void*, void*, void*, void*);
void initialize_runtime(void)
{
zeroBSS();
malloc_init(ZALLOC_ADDR, ZALLOC_LEN, 16384, malloc_error);
malloc_init((void*)ZALLOC_ADDR, ZALLOC_LEN, 16384, malloc_error);
}
//==========================================================================

Archive Download the corresponding diff file

Revision: 1312