Rev 756 | Rev 1473 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 756 | Rev 1296 | ||
|---|---|---|---|
| Line 67... | Line 67... | ||
| 67 | ega_cursor = (hi<<8)|lo; |
67 | ega_cursor = (hi<<8)|lo; |
| 68 | 68 | ||
| 69 | chardev_initialize("ega_out", &ega_console, &ega_ops); |
69 | chardev_initialize("ega_out", &ega_console, &ega_ops); |
| 70 | stdout = &ega_console; |
70 | stdout = &ega_console; |
| 71 | 71 | ||
| - | 72 | #ifndef CONFIG_FB |
|
| 72 | putchar('\n'); |
73 | putchar('\n'); |
| - | 74 | #endif |
|
| 73 | } |
75 | } |
| 74 | 76 | ||
| 75 | static void ega_display_char(char ch) |
77 | static void ega_display_char(char ch) |
| 76 | { |
78 | { |
| 77 | __u8 *vram = (__u8 *) PA2KA(VIDEORAM); |
79 | __u8 *vram = (__u8 *) PA2KA(VIDEORAM); |