Subversion Repositories HelenOS-historic

Rev

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

Rev 1145 Rev 1327
Line 37... Line 37...
37
void ppc32_console_init(void)
37
void ppc32_console_init(void)
38
{
38
{
39
    /* TODO: Framebuffer mapping */
39
    /* TODO: Framebuffer mapping */
40
    fb_init(0xf0000000 + (bootinfo.screen.addr & ((__address) ~0 >> 15)), bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline);
40
    fb_init(0xf0000000 + (bootinfo.screen.addr & ((__address) ~0 >> 15)), bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline);
41
}
41
}
-
 
42
 
-
 
43
 
-
 
44
void ppc32_console_register(void)
-
 
45
{
-
 
46
    fb_register();
-
 
47
}