Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf Loading the kernel at 0xfffffc0000300000...



details:   https://anonhg.NetBSD.org/src/rev/41612bb8bf12
branches:  trunk
changeset: 748883:41612bb8bf12
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Mon Nov 09 04:03:19 2009 +0000

description:
Loading the kernel at 0xfffffc0000300000 doesn't work on my ES40 when I've
got raid drives configured on the iop(4) adapter and the mlx(4) adapter.
Change the kernel text to 0xfffffc0000430000 (which is where Tru64 has its
kernel).

diffstat:

 sys/arch/alpha/conf/Makefile.alpha |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cad0c8585281 -r 41612bb8bf12 sys/arch/alpha/conf/Makefile.alpha
--- a/sys/arch/alpha/conf/Makefile.alpha        Mon Nov 09 03:27:05 2009 +0000
+++ b/sys/arch/alpha/conf/Makefile.alpha        Mon Nov 09 04:03:19 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.alpha,v 1.81 2008/12/11 05:27:42 alc Exp $
+#      $NetBSD: Makefile.alpha,v 1.82 2009/11/09 04:03:19 mhitch Exp $
 
 # Makefile for NetBSD
 #
@@ -61,7 +61,7 @@
 ## (5) link settings
 ##
 LINKFORMAT=    -N
-TEXTADDR?=     fffffc0000300000
+TEXTADDR?=     fffffc0000430000
 ENTRYPOINT=    __transfer
 EXTRA_LINKFLAGS=       -G 4
 STRIPFLAGS=    -g -X



Home | Main Index | Thread Index | Old Index