Subversion Repositories HelenOS-historic

Rev

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

Rev 794 Rev 796
Line 95... Line 95...
95
    debugger_init();
95
    debugger_init();
96
    arc_print_memory_map();
96
    arc_print_memory_map();
97
    arc_print_devices();
97
    arc_print_devices();
98
 
98
 
99
    /* Setup usermode...*/
99
    /* Setup usermode...*/
100
    config.init_addr = 0x20000000;
100
    config.init_addr = MIPS_USPACE_ADDR;
101
    config.init_size = FRAME_SIZE;
101
    config.init_size = FRAME_SIZE;
102
}
102
}
103
 
103
 
104
void arch_post_mm_init(void)
104
void arch_post_mm_init(void)
105
{
105
{