Subversion Repositories HelenOS-historic

Rev

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

Rev 220 Rev 235
Line 137... Line 137...
137
    vm_t *m;
137
    vm_t *m;
138
    task_t *k;
138
    task_t *k;
139
    thread_t *t;
139
    thread_t *t;
140
   
140
   
141
    the_initialize(THE);
141
    the_initialize(THE);
142
 
142
   
143
    arch_pre_mm_init();
143
    arch_pre_mm_init();
144
    heap_init(config.base + hardcoded_ktext_size + hardcoded_kdata_size, CONFIG_HEAP_SIZE + heap_delta);
144
    heap_init(config.base + hardcoded_ktext_size + hardcoded_kdata_size, CONFIG_HEAP_SIZE + heap_delta);
145
    frame_init();
145
    frame_init();
146
    page_init();
146
    page_init();
147
    tlb_init();
147
    tlb_init();