Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1840 → Rev 1841

/trunk/kernel/arch/sparc64/src/console.c
53,12 → 53,12
void standalone_sparc64_console_init(void)
{
stdin = NULL;
fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height,
bootinfo.screen.bpp, bootinfo.screen.scanline, true);
 
if (bootinfo.keyboard.addr)
kbd_init();
fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height,
bootinfo.screen.bpp, bootinfo.screen.scanline, true);
}
 
/** Kernel thread for polling keyboard.