From 83e58bb200ad70ca57929b813165151233a1db56 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sun, 23 May 2004 04:03:15 +0000 Subject: Adjust the link address to elinate the nearly 1MB of pad which was getting added to amd64 kernel. ok deraadt@ --- sys/arch/amd64/conf/Makefile.amd64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64/conf') 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} -- cgit v1.2.3