Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1840 → Rev 1841

/trunk/kernel/arch/sparc64/src/console.c
54,11 → 54,11
{
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.