Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf MAXPAGESIZE got bumped to 0x200000. Use ...
details: https://anonhg.NetBSD.org/src/rev/3f2c13db87fa
branches: trunk
changeset: 747755:3f2c13db87fa
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Oct 01 09:15:19 2009 +0000
description:
MAXPAGESIZE got bumped to 0x200000. Use -z maxpagesize=0x100000 until
someone(tm) decides that kernels should have that alignment, etc.
diffstat:
sys/arch/amd64/conf/Makefile.amd64 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d79c5171cc96 -r 3f2c13db87fa sys/arch/amd64/conf/Makefile.amd64
--- a/sys/arch/amd64/conf/Makefile.amd64 Thu Oct 01 09:13:54 2009 +0000
+++ b/sys/arch/amd64/conf/Makefile.amd64 Thu Oct 01 09:15:19 2009 +0000
@@ -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}
Home |
Main Index |
Thread Index |
Old Index