[syslinux:elflink] Revert "ldlinux: Disable VGA graphics when loading a kernel"

syslinux-bot for H. Peter Anvin hpa at zytor.com
Tue Mar 27 14:45:04 PDT 2012


Commit-ID:  e04ee714164d5d8d93ce1abed2bbb5c5fb36bf05
Gitweb:     http://www.syslinux.org/commit/e04ee714164d5d8d93ce1abed2bbb5c5fb36bf05
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Tue, 27 Mar 2012 14:41:55 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 27 Mar 2012 14:41:55 -0700

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 <hpa at zytor.com>

---
 com32/elflink/ldlinux/kernel.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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);


More information about the Syslinux-commits mailing list