Subversion Repositories HelenOS

Rev

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

Rev 3478 Rev 3528
Line 84... Line 84...
84
    interrupt_init();
84
    interrupt_init();
85
   
85
   
86
    console_init(device_assign_devno());
86
    console_init(device_assign_devno());
87
 
87
 
88
#ifdef CONFIG_FB
88
#ifdef CONFIG_FB
89
    fb_init(machine_get_fb_address(), 640, 480, 1920, VISUAL_RGB_8_8_8);
89
    fb_init(machine_get_fb_address(), 640, 480, 2560, VISUAL_BGR_8_8_8_0);
90
#endif
90
#endif
91
}
91
}
92
 
92
 
93
/** Performs arm32 specific tasks needed after cpu is initialized.
93
/** Performs arm32 specific tasks needed after cpu is initialized.
94
 *
94
 *