Subversion Repositories HelenOS-historic

Rev

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

Rev 812 Rev 814
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
    /* Setup usermode...*/
-
 
99
//  config.init_addr = INIT_ADDRESS;
-
 
100
//  config.init_size = INIT_SIZE;
98
}
101
}
99
 
102
 
100
void arch_post_mm_init(void)
103
void arch_post_mm_init(void)
101
{
104
{
102
    /* Setup usermode...*/
-
 
103
    config.init_addr = INIT_ADDRESS;
-
 
104
    config.init_size = INIT_SIZE;
-
 
105
}
105
}
106
 
106
 
107
void arch_pre_smp_init(void)
107
void arch_pre_smp_init(void)
108
{
108
{
109
}
109
}