summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--com32/hdt/Makefile2
-rw-r--r--com32/hdt/floppy/hdt.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index b3423493..29746521 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -31,7 +31,7 @@ CODENAME = $(shell $(SED) -n 's/\#define CODENAME \"\(.*\)\"/\1/p' hdt.h)
VERSION_C32 = $(shell echo $(VERSION) | $(SED) -e 's/-/_/g')
MEMTEST_URL = http://memtest.org/download/4.00/memtest86+-4.00.bin
-MEMTEST = memtest
+MEMTEST = memtest.bin
KERNEL_VERSION ?= $(shell uname -r)
MODULES_ALIAS_FILE ?= /lib/modules/$(KERNEL_VERSION)/modules.alias
diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg
index 31b5ff1d..27d11bac 100644
--- a/com32/hdt/floppy/hdt.cfg
+++ b/com32/hdt/floppy/hdt.cfg
@@ -75,4 +75,4 @@ MENU LABEL Memtest86+ 4.00
TEXT HELP
Starts Memtest86+ 4.00
ENDTEXT
-KERNEL memtest
+LINUX memtest.bin