Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 837 → Rev 838

/kernel/trunk/arch/mips32/src/console.c
42,6 → 42,6
} else
msim_console();
#ifdef CONFIG_FB
fb_init(0xb2000000, 640, 480);
fb_init(0xb2000000, 640, 480, 3); // gxemul framebuffer
#endif
}