diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-03-14 09:02:30 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-03-14 09:02:30 +0000 |
commit | 3bb5b43309a186e864e15baf890685a1c29f7079 (patch) | |
tree | ca24287edaacbb27a3293a72833a51f70d0413e0 /sys/arch/i386/conf | |
parent | f287fafea8b85051cda9403ca8fc6f9b3dfe4631 (diff) |
move the kernel 1m up to provide more space for isadma; deraadt@ ok
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 18b578bc8fa..d15c405ee1e 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.41 2004/11/19 06:41:13 miod Exp $ +# $OpenBSD: Makefile.i386,v 1.42 2006/03/14 09:02:29 mickey Exp $ # Makefile for OpenBSD # @@ -51,7 +51,7 @@ CMACHFLAGS+= -fno-builtin-printf -fno-builtin-log COPTS?= -O2 CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE -LINKFLAGS= -Ttext 0xD0100120 -e start -N +LINKFLAGS= -Ttext 0xD0200120 -e start -N STRIPFLAGS= -g -X -x HOSTCC= ${CC} |