Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1134 → Rev 1135

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