Rev 3908 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3908 | Rev 4167 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 43 | 43 | ||
| 44 | #include "serial_console.h" |
44 | #include "serial_console.h" |
| 45 | #include "msim.h" |
45 | #include "msim.h" |
| 46 | 46 | ||
| 47 | #define WIDTH 80 |
47 | #define WIDTH 80 |
| 48 | #define HEIGHT 25 |
48 | #define HEIGHT 24 |
| 49 | 49 | ||
| 50 | static char *virt_addr; |
50 | static char *virt_addr; |
| 51 | 51 | ||
| 52 | static void msim_putc(const char c) |
52 | static void msim_putc(const char c) |
| 53 | { |
53 | { |