summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2004-05-23 04:03:14 +0000
committerdrahn <drahn@openbsd.org>2004-05-23 04:03:14 +0000
commitf9c70f3d3eefd38bd079f080eec739369a39c5c1 (patch)
treed1cc82db4be81bf34f44f86a7771bb81cb368dcb
parentehci support; hacked into working shape by jonathon@gateway.zenbu.net (diff)
downloadwireguard-openbsd-f9c70f3d3eefd38bd079f080eec739369a39c5c1.tar.xz
wireguard-openbsd-f9c70f3d3eefd38bd079f080eec739369a39c5c1.zip
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}