Subversion Repositories HelenOS

Rev

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

Rev 2331 Rev 2341
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
//#ifdef CONFIG_FB
-
 
92
//  fb_init(machine_get_fb_address(), 640, 480, 1920, VISUAL_RGB_8_8_8);
-
 
93
//#endif
90
}
94
}
91
 
95
 
92
 
96
 
93
void arch_post_cpu_init(void)
97
void arch_post_cpu_init(void)
94
{
98
{