|
@@ -244,7 +244,7 @@ int __init setup_early_printk(char *opt)
|
|
|
&& SCREEN_INFO.orig_video_isVGA == 1) {
|
|
|
max_xpos = SCREEN_INFO.orig_video_cols;
|
|
|
max_ypos = SCREEN_INFO.orig_video_lines;
|
|
|
- current_ypos = max_ypos;
|
|
|
+ current_ypos = SCREEN_INFO.orig_y;
|
|
|
early_console = &early_vga_console;
|
|
|
} else if (!strncmp(buf, "simnow", 6)) {
|
|
|
simnow_init(buf + 6);
|