Subversion Repositories HelenOS-historic

Rev

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

Rev 934 Rev 970
Line 34... Line 34...
34
 
34
 
35
/** Initialize console to use frame buffer. */
35
/** Initialize console to use frame buffer. */
36
void ppc32_console_init(void)
36
void ppc32_console_init(void)
37
{
37
{
38
    /* TODO: PCI detection etc. etc. - this is fine in PearPC for now */
38
    /* TODO: PCI detection etc. etc. - this is fine in PearPC for now */
39
    fb_init(0x84000000, 800, 600, 4);
39
    fb_init(0xf0000000, 800, 600, 4);
40
}
40
}