Rev 4093 | Rev 4190 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4093 | Rev 4177 | ||
|---|---|---|---|
| Line 130... | Line 130... | ||
| 130 | videoram[ega_cursor * 2] = ch; |
130 | videoram[ega_cursor * 2] = ch; |
| 131 | videoram[ega_cursor * 2 + 1] = STYLE; |
131 | videoram[ega_cursor * 2 + 1] = STYLE; |
| 132 | } |
132 | } |
| 133 | } |
133 | } |
| 134 | 134 | ||
| 135 | static void ega_putchar(outdev_t *dev __attribute__((unused)), const char ch, bool silent) |
135 | static void ega_putchar(outdev_t *dev __attribute__((unused)), wchar_t ch, bool silent) |
| 136 | { |
136 | { |
| 137 | ipl_t ipl; |
137 | ipl_t ipl; |
| 138 | 138 | ||
| 139 | ipl = interrupts_disable(); |
139 | ipl = interrupts_disable(); |
| 140 | spinlock_lock(&egalock); |
140 | spinlock_lock(&egalock); |