summaryrefslogtreecommitdiff
path: root/com32/mboot
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-04-29 18:39:06 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-29 18:39:06 -0700
commit24b82b8e8fe16672264ac2fc1dd06d4bc831ac27 (patch)
treebbe5c90b44029c916c0beefac0b05a9f05ae093b /com32/mboot
parent09c6e1db4388070a480395cb3244c1d37c67c09c (diff)
downloadsyslinux-24b82b8e8fe16672264ac2fc1dd06d4bc831ac27.tar.gz
linux.c32: move handling of mem= and vga= into the library functionsyslinux-3.80-pre5
Move the handling of mem= and vga= into syslinux_boot_linux(), so that the user of that function doesn't need to worry about it. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/mboot')
-rw-r--r--com32/mboot/mboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/mboot/mboot.h b/com32/mboot/mboot.h
index c05d69f1..c14ed81c 100644
--- a/com32/mboot/mboot.h
+++ b/com32/mboot/mboot.h
@@ -54,7 +54,7 @@
#include "mb_header.h"
#include "mb_info.h"
-#define DEBUG 0
+#define DEBUG 1
#if DEBUG
# define dprintf printf
#else