From e04ee714164d5d8d93ce1abed2bbb5c5fb36bf05 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 27 Mar 2012 14:41:55 -0700 Subject: [PATCH] Revert "ldlinux: Disable VGA graphics when loading a kernel" This reverts commit 87320b8de8f331b9c1810e98e24426e70b0ae29f. That commit would change the mode before the kernel was actually loaded, but would leave the console nonfunctional if it was vesacon. We may need to do something similar eventually, but that one is not correct. Signed-off-by: H. Peter Anvin --- com32/elflink/ldlinux/kernel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/com32/elflink/ldlinux/kernel.c b/com32/elflink/ldlinux/kernel.c index 6cda659..8165954 100644 --- a/com32/elflink/ldlinux/kernel.c +++ b/com32/elflink/ldlinux/kernel.c @@ -68,7 +68,6 @@ int new_linux_kernel(char *okernel, char *ocmdline) } */ - vgaclearmode(); printf("cmdline = %s\n", cmdline); /* printf("VkernelEnd = %x\n", VKernelEnd); -- 2.7.4