summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-02-24 01:37:23 +0000
committermsmith <msmith@FreeBSD.org>1999-02-24 01:37:23 +0000
commit7648580bdbf37610588b295d581048815e510c04 (patch)
tree92a3697aafb4c0a872d8b0652cb865d8d180863a /sys/boot
parent24eebb97369b85963c5533613e11efd69da38baa (diff)
downloadFreeBSD-src-7648580bdbf37610588b295d581048815e510c04.zip
FreeBSD-src-7648580bdbf37610588b295d581048815e510c04.tar.gz
Don't try protecting page 0; it seems that BIOS writers now feel it's
appropriate to check for Windows95 by polling for state in low memory, with fatal results. Submitted by: rnordier@freebsd.org
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 053fbd3..9a3b66c 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.27 1999/01/11 05:52:28 msmith Exp $
+# $Id: Makefile,v 1.28 1999/01/18 19:05:27 msmith Exp $
BASE= loader
PROG= ${BASE}
@@ -32,7 +32,7 @@ CFLAGS+= -I${.CURDIR}/../../.. -I.
CLEANFILES+= vers.c vers.o ${BASE}.list ${BASE}.bin ${BASE}.sym ${BASE}.help
CFLAGS+= -Wall
-LDFLAGS= -nostdlib -static -Ttext 0x1000
+LDFLAGS= -nostdlib -static -Ttext 0x0
# i386 standalone support library
LIBI386= ${.OBJDIR}/../libi386/libi386.a
OpenPOWER on IntegriCloud