Subversion Repositories HelenOS-historic

Rev

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

Rev 796 Rev 797
Line 93... Line 93...
93
 
93
 
94
    console_init();
94
    console_init();
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
 
-
 
99
    /* Setup usermode...*/
-
 
100
    config.init_addr = MIPS_USPACE_ADDR;
-
 
101
    config.init_size = FRAME_SIZE;
-
 
102
}
98
}
103
 
99
 
104
void arch_post_mm_init(void)
100
void arch_post_mm_init(void)
105
{
101
{
-
 
102
    /* Setup usermode...*/
-
 
103
    config.init_addr = INIT_ADDRESS;
-
 
104
    config.init_size = INIT_SIZE;
106
}
105
}
107
 
106
 
108
void arch_pre_smp_init(void)
107
void arch_pre_smp_init(void)
109
{
108
{
110
}
109
}