diff options
| author | Julio Merino <jmmv@FreeBSD.org> | 2014-02-25 13:48:05 +0000 |
|---|---|---|
| committer | Julio Merino <jmmv@FreeBSD.org> | 2014-02-25 13:48:05 +0000 |
| commit | 478b27042c1e57007d7a0ca6e0ed8e54ec1210af (patch) | |
| tree | b824e1ad49fae2b2460d10dc1ae00f8e333d6dca /sys/dev/syscons/syscons.h | |
| parent | 358e903857abe76f90ff68035d57528c5fe80f37 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 353b67fc67344..da53efd24deeb 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -145,9 +145,9 @@ /* The following #defines are hard-coded for a maximum text resolution corresponding to a maximum framebuffer - resolution of 1600x1200 with an 8x8 font... + resolution of 1980x1200 with an 8x8 font... */ -#define COL 200 +#define COL 240 #define ROW 150 #define PCBURST 128 |
