aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-08-22 08:02:01 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-08-22 08:02:01 +0000
commit94ad1d3eb79fa42a1cb1e814e2b18c9041eaab78 (patch)
treeee076c358a810754d8f69de18d3ab8d4d7c6dbad
parent1408f3e9933a49602345f216f1be70bf21a2b58f (diff)
downloadsrc-94ad1d3eb79fa42a1cb1e814e2b18c9041eaab78.tar.gz
src-94ad1d3eb79fa42a1cb1e814e2b18c9041eaab78.zip
OK, now I am scared of pxeldr. It had /boot/loader appended onto
the end of it and decoded the headers. Submitted by: jhb
Notes
Notes: svn path=/head/; revision=82133
-rw-r--r--sys/boot/i386/loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 0cbdd7766cf3..522323e0eb39 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -81,7 +81,7 @@ vers.o: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
${CC} -c vers.c
${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help
- btxld -v -f elf -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \
+ btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \
-b ${BTXKERN} ${BASE}.bin
# /usr/bin/kzip ${.TARGET}
# mv ${.TARGET}.kz ${.TARGET}