Subversion Repositories HelenOS

Rev

Rev 373 | Rev 389 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 373 Rev 374
Line 145... Line 145...
145
    thread_t *t;
145
    thread_t *t;
146
   
146
   
147
    the_initialize(THE);
147
    the_initialize(THE);
148
   
148
   
149
    arch_pre_mm_init();
149
    arch_pre_mm_init();
150
    heap_init(config.base + hardcoded_ktext_size + hardcoded_kdata_size, heap_size + heap_delta);
150
    early_heap_init(config.base + hardcoded_ktext_size + hardcoded_kdata_size, heap_size + heap_delta);
151
    frame_init();
151
    frame_init();
152
    page_init();
152
    page_init();
153
    tlb_init();
153
    tlb_init();
154
 
154
 
155
    arch_post_mm_init();
155
    arch_post_mm_init();