aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-03-27 14:41:55 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-03-27 14:41:55 -0700
commite04ee714164d5d8d93ce1abed2bbb5c5fb36bf05 (patch)
tree8d5555083eb7e468c8be128133145778d2302e69
parent6ab02b6682c0b693b3e4f9afcc2ab8775f804f0a (diff)
downloadsyslinux-e04ee714164d5d8d93ce1abed2bbb5c5fb36bf05.tar.gz
syslinux-e04ee714164d5d8d93ce1abed2bbb5c5fb36bf05.tar.xz
syslinux-e04ee714164d5d8d93ce1abed2bbb5c5fb36bf05.zip
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@zytor.com>
-rw-r--r--com32/elflink/ldlinux/kernel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/elflink/ldlinux/kernel.c b/com32/elflink/ldlinux/kernel.c
index 6cda6595..81659540 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);