mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 00:13:04 +01:00
Change load address to 0xfffffc0000300000 to help support AS200.
This commit is contained in:
parent
25729629a2
commit
82153dc247
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37970
@ -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
|
||||
|
@ -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) }
|
||||
|
@ -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) */
|
||||
|
@ -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
|
||||
|
@ -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) }
|
||||
|
@ -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) }
|
||||
|
Loading…
Reference in New Issue
Block a user