[memdisk] Enable EDD support by default. syslinux-3.32-pre3
authorH. Peter Anvin <hpa@zytor.com>
Fri, 20 Oct 2006 16:51:19 +0000 (09:51 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 20 Oct 2006 16:51:19 +0000 (09:51 -0700)
NEWS
memdisk/Makefile

diff --git a/NEWS b/NEWS
index 78b91a6..71ad653 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ them.
 Changes in 3.32:
        * MEMDISK: New "safeint" mode.
        * MEMDISK: Be more compliant with the PnP BIOS spec.
+       * MEMDISK: Turn on EDD support by default.
 
 Changes in 3.31:
        * The simple menu system (menu.c32 and vesamenu.c32) now
index f4d0739..f628ff2 100644 (file)
@@ -26,8 +26,8 @@ CFLAGS   = -g -W -Wall -Wno-sign-compare \
 LDFLAGS  = -g
 INCLUDE  = -I../com32/include
 LD      = ld -m elf_i386
-NASM     = nasm -O99 # -dWITH_EDD
-NFLAGS   = -dVERSION='"$(VERSION)"' -dDATE='"$(DATE)"'
+NASM     = nasm -O99
+NFLAGS   = -dVERSION='"$(VERSION)"' -dDATE='"$(DATE)"' -dWITH_EDD
 NINCLUDE =
 OBJCOPY  = objcopy
 PERL     = perl