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).
This commit is contained in:
parent
c5cb963c7d
commit
83c7e4d319
@ -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 @@ lock_stubs.o: assym.h
|
||||
## (5) link settings
|
||||
##
|
||||
LINKFORMAT= -N
|
||||
TEXTADDR?= fffffc0000300000
|
||||
TEXTADDR?= fffffc0000430000
|
||||
ENTRYPOINT= __transfer
|
||||
EXTRA_LINKFLAGS= -G 4
|
||||
STRIPFLAGS= -g -X
|
||||
|
Loading…
Reference in New Issue
Block a user