Subversion Repositories HelenOS-historic

Rev

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

Rev 1039 Rev 1059
Line 50... Line 50...
50
   
50
   
51
    ski_init_console();
51
    ski_init_console();
52
    it_init();
52
    it_init();
53
   
53
   
54
    /* Setup usermode */
54
    /* Setup usermode */
55
    init.cnt = 1;
55
    init.cnt = 2;
56
    init.tasks[0].addr = INIT_ADDRESS;
56
    init.tasks[0].addr = INIT0_ADDRESS;
57
    init.tasks[0].size = INIT_SIZE;
57
    init.tasks[0].size = INIT0_SIZE;
-
 
58
    init.tasks[1].addr = INIT1_ADDRESS;
-
 
59
    init.tasks[1].size = INIT1_SIZE;
58
}
60
}
59
 
61
 
60
void arch_post_mm_init(void)
62
void arch_post_mm_init(void)
61
{
63
{
62
}
64
}