Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 933 → Rev 934

/kernel/trunk/arch/ppc32/src/console.c
27,7 → 27,6
*/
 
#include <arch/console.h>
#include <genarch/ofw/ofw.h>
#include <console/chardev.h>
#include <console/console.h>
#include <genarch/fb/fb.h>
37,5 → 36,5
void ppc32_console_init(void)
{
/* TODO: PCI detection etc. etc. - this is fine in PearPC for now */
fb_init(0x84000000,800,600,4);
fb_init(0x84000000, 800, 600, 4);
}