Subversion Repositories HelenOS

Rev

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

Rev 2329 Rev 2331
Line 85... Line 85...
85
    exception_init();
85
    exception_init();
86
 
86
 
87
    interrupt_init();
87
    interrupt_init();
88
   
88
   
89
    console_init(device_assign_devno());
89
    console_init(device_assign_devno());
90
   
-
 
91
    interrupts_enable();
-
 
92
}
90
}
93
 
91
 
94
 
92
 
95
void arch_post_cpu_init(void)
93
void arch_post_cpu_init(void)
96
{
94
{