Increase maximum number of columns to support 1980x1200 displays.
In my specific case, this fixes the problem of my PowerMac G5 displaying a 4:3 console on a 16:10 display with black bars on the left and right. PR: kern/180558 Reviewed by: nwhitehorn MFC after: 5 days
This commit is contained in:
parent
358e903857
commit
478b27042c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user