Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1295 → Rev 1296

/kernel/trunk/arch/ia32/src/drivers/ega.c
69,7 → 69,9
chardev_initialize("ega_out", &ega_console, &ega_ops);
stdout = &ega_console;
 
#ifndef CONFIG_FB
putchar('\n');
#endif
}
 
static void ega_display_char(char ch)