summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--memdisk/Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 78b91a65..71ad6535 100644
--- 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
diff --git a/memdisk/Makefile b/memdisk/Makefile
index f4d0739d..f628ff24 100644
--- a/memdisk/Makefile
+++ b/memdisk/Makefile
@@ -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