Subversion Repositories HelenOS

Rev

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

Rev 2357 Rev 2360
Line 84... Line 84...
84
 
84
 
85
    interrupt_init();
85
    interrupt_init();
86
   
86
   
87
    console_init(device_assign_devno());
87
    console_init(device_assign_devno());
88
 
88
 
89
//#ifdef CONFIG_FB
89
#ifdef CONFIG_FB
90
//  fb_init(machine_get_fb_address(), 640, 480, 1920, VISUAL_RGB_8_8_8);
90
    fb_init(machine_get_fb_address(), 640, 480, 1920, VISUAL_RGB_8_8_8);
91
//#endif
91
#endif
92
}
92
}
93
 
93
 
94
 
94
 
95
void arch_post_cpu_init(void)
95
void arch_post_cpu_init(void)
96
{
96
{