diff options
author | dfr <dfr@FreeBSD.org> | 1998-07-30 08:12:14 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1998-07-30 08:12:14 +0000 |
commit | b99598d6ac4d9ac2608d631b3b4b74975bd99cf8 (patch) | |
tree | 935822d6854aeaa0ae0ff66324686b434132281c /sys | |
parent | 62e36a420d4036bffb7fbfe5b3fcb9bfa937034b (diff) | |
download | FreeBSD-src-b99598d6ac4d9ac2608d631b3b4b74975bd99cf8.zip FreeBSD-src-b99598d6ac4d9ac2608d631b3b4b74975bd99cf8.tar.gz |
Change load address to 0xfffffc0000300000 to help support AS200.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/conf/Makefile.alpha | 4 | ||||
-rw-r--r-- | sys/alpha/conf/kernel.script | 2 | ||||
-rw-r--r-- | sys/alpha/include/param.h | 4 | ||||
-rw-r--r-- | sys/conf/Makefile.alpha | 4 | ||||
-rw-r--r-- | sys/conf/ldscript.alpha | 2 | ||||
-rw-r--r-- | sys/conf/ldscript.powerpc | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index 7b27c96..c98b3d7 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.4 1998/07/15 20:12:54 dfr Exp $ +# $Id: Makefile.alpha,v 1.5 1998/07/22 08:23:26 dfr Exp $ # # Makefile for FreeBSD # @@ -43,7 +43,7 @@ INCLUDES+= -I/usr/include .endif COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h -U__NetBSD__ CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -mno-fp-regs -Wa,-mev56 -LOAD_ADDRESS?= 0xfffffc0000230000 +LOAD_ADDRESS?= 0xfffffc0000300000 DEFINED_PROF= ${PROF} .if defined(PROF) CFLAGS+= -malign-functions=4 diff --git a/sys/alpha/conf/kernel.script b/sys/alpha/conf/kernel.script index 7b405ad..eac78dd 100644 --- a/sys/alpha/conf/kernel.script +++ b/sys/alpha/conf/kernel.script @@ -8,7 +8,7 @@ SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/egcs/lib); SEARCH_ SECTIONS { /* Read-only sections, merged into text segment: */ - . = 0xfffffc0000230000 + SIZEOF_HEADERS; + . = 0xfffffc0000300000 + SIZEOF_HEADERS; .interp : { *(.interp) } .hash : { *(.hash) } .dynsym : { *(.dynsym) } diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index e5b0e90..bd5f26f 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -1,4 +1,4 @@ -/* $Id: param.h,v 1.4 1998/06/14 13:45:13 dfr Exp $ */ +/* $Id: param.h,v 1.5 1998/07/12 16:32:10 dfr Exp $ */ /* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */ /* @@ -75,7 +75,7 @@ #define PAGE_MASK (PAGE_SIZE-1) #define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t))) -#define KERNBASE 0xfffffc0000230000LL /* start of kernel virtual */ +#define KERNBASE 0xfffffc0000300000LL /* start of kernel virtual */ #define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT) #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */ diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 7b27c96..c98b3d7 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.4 1998/07/15 20:12:54 dfr Exp $ +# $Id: Makefile.alpha,v 1.5 1998/07/22 08:23:26 dfr Exp $ # # Makefile for FreeBSD # @@ -43,7 +43,7 @@ INCLUDES+= -I/usr/include .endif COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h -U__NetBSD__ CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -mno-fp-regs -Wa,-mev56 -LOAD_ADDRESS?= 0xfffffc0000230000 +LOAD_ADDRESS?= 0xfffffc0000300000 DEFINED_PROF= ${PROF} .if defined(PROF) CFLAGS+= -malign-functions=4 diff --git a/sys/conf/ldscript.alpha b/sys/conf/ldscript.alpha index 7b405ad..eac78dd 100644 --- a/sys/conf/ldscript.alpha +++ b/sys/conf/ldscript.alpha @@ -8,7 +8,7 @@ SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/egcs/lib); SEARCH_ SECTIONS { /* Read-only sections, merged into text segment: */ - . = 0xfffffc0000230000 + SIZEOF_HEADERS; + . = 0xfffffc0000300000 + SIZEOF_HEADERS; .interp : { *(.interp) } .hash : { *(.hash) } .dynsym : { *(.dynsym) } diff --git a/sys/conf/ldscript.powerpc b/sys/conf/ldscript.powerpc index 7b405ad..eac78dd 100644 --- a/sys/conf/ldscript.powerpc +++ b/sys/conf/ldscript.powerpc @@ -8,7 +8,7 @@ SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/egcs/lib); SEARCH_ SECTIONS { /* Read-only sections, merged into text segment: */ - . = 0xfffffc0000230000 + SIZEOF_HEADERS; + . = 0xfffffc0000300000 + SIZEOF_HEADERS; .interp : { *(.interp) } .hash : { *(.hash) } .dynsym : { *(.dynsym) } |