summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/SWARM64_SMP
blob: 35b1a5e0d4630dfb667d5f4adc5f812a9bbb88de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# $FreeBSD$
#

include		std.SWARM

ident		SWARM64_SMP

options		SMP
options		PRINTF_BUFR_SIZE=128

machine		mips mips64eb
makeoptions	ARCH_FLAGS="-mabi=64 -march=mips64"
makeoptions	LDSCRIPT_NAME=ldscript.mips.64.cfe
makeoptions	KERNLOADADDR=0xffffffff80001000

#
# XXX restrict memory to maximum 4GB because page table entries in pmap
# are still 32 bits wide

#
# MAXMEM is specified in units of KB
#
options		MAXMEM=0x400000
OpenPOWER on IntegriCloud