Subversion Repositories HelenOS-historic

Rev

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

Rev 993 Rev 1039
Line 48... Line 48...
48
    iva_write((__address) &ivt);
48
    iva_write((__address) &ivt);
49
    srlz_d();
49
    srlz_d();
50
   
50
   
51
    ski_init_console();
51
    ski_init_console();
52
    it_init();
52
    it_init();
-
 
53
   
-
 
54
    /* Setup usermode */
-
 
55
    init.cnt = 1;
53
    config.init_addr = INIT_ADDRESS;
56
    init.tasks[0].addr = INIT_ADDRESS;
54
    config.init_size = INIT_SIZE;
57
    init.tasks[0].size = INIT_SIZE;
55
}
58
}
56
 
59
 
57
void arch_post_mm_init(void)
60
void arch_post_mm_init(void)
58
{
61
{
59
}
62
}