Module Name:    src
Committed By:   skrll
Date:           Thu Oct  1 09:15:19 UTC 2009

Modified Files:
        src/sys/arch/amd64/conf: Makefile.amd64

Log Message:
MAXPAGESIZE got bumped to 0x200000. Use -z maxpagesize=0x100000 until
someone(tm) decides that kernels should have that alignment, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/amd64/conf/Makefile.amd64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/Makefile.amd64
diff -u src/sys/arch/amd64/conf/Makefile.amd64:1.26 src/sys/arch/amd64/conf/Makefile.amd64:1.27
--- src/sys/arch/amd64/conf/Makefile.amd64:1.26	Thu Dec 11 05:27:42 2008
+++ src/sys/arch/amd64/conf/Makefile.amd64	Thu Oct  1 09:15:19 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.amd64,v 1.26 2008/12/11 05:27:42 alc Exp $
+#	$NetBSD: Makefile.amd64,v 1.27 2009/10/01 09:15:19 skrll Exp $
 
 # Makefile for NetBSD
 #
@@ -66,6 +66,7 @@
 ## (5) link settings
 ##
 TEXTADDR?=	0xffffffff80100000
+EXTRA_LINKFLAGS=	-z maxpagesize=0x100000
 LINKFLAGS_NORMAL=	-X
 KERN_LDSCRIPT?= kern.ldscript
 LINKFORMAT=	-T ${AMD64}/conf/${KERN_LDSCRIPT}

Reply via email to