/kernel/trunk/arch/ppc32/src/console.c |
---|
39,3 → 39,9 |
/* TODO: Framebuffer mapping */ |
fb_init(0xf0000000 + (bootinfo.screen.addr & ((__address) ~0 >> 15)), bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline); |
} |
void ppc32_console_register(void) |
{ |
fb_register(); |
} |