Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 183 → Rev 184

/SPARTAN/trunk/src/main/main.c
134,10 → 134,7
task_t *k;
thread_t *t;
 
THE->preemption_disabled = 0;
THE->cpu = NULL;
THE->thread = NULL;
THE->task = NULL;
the_initialize(THE);
 
arch_pre_mm_init();
heap_init(config.base + hardcoded_ktext_size + hardcoded_kdata_size, CONFIG_HEAP_SIZE + heap_delta);