summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-05-23 04:03:15 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-05-23 04:03:15 +0000
commit83e58bb200ad70ca57929b813165151233a1db56 (patch)
tree7a4820c1bb31494b7868dacf843a1d7ccd21446c
parent919eeefecc1cb34d2918ba0ee1c3624a9f326def (diff)
Adjust the link address to elinate the nearly 1MB of pad which was getting
added to amd64 kernel. ok deraadt@
-rw-r--r--sys/arch/amd64/conf/Makefile.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64
index 9c47c274589..6847ef60781 100644
--- a/sys/arch/amd64/conf/Makefile.amd64
+++ b/sys/arch/amd64/conf/Makefile.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.amd64,v 1.4 2004/02/22 00:08:17 deraadt Exp $
+# $OpenBSD: Makefile.amd64,v 1.5 2004/05/23 04:03:14 drahn Exp $
# Makefile for OpenBSD
#
@@ -48,7 +48,7 @@ CMACHFLAGS+= -fno-stack-protector
COPTS?= -O2
CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
-LINKFLAGS= -Ttext 0xffffffff80100000 -e start -X
+LINKFLAGS= -Ttext 0xffffffff801001e0 -e start -X
STRIPFLAGS= -g -x
HOSTCC= ${CC}