SWARM64 revision 215270
1#
2# $FreeBSD: head/sys/mips/conf/SWARM64 215270 2010-11-13 22:34:12Z imp $
3#
4
5include		std.SWARM
6
7ident		SWARM64
8
9machine		mips mips64eb
10makeoptions	ARCH_FLAGS="-mabi=64 -march=mips64"
11makeoptions	LDSCRIPT_NAME=ldscript.mips.64.cfe
12makeoptions	KERNLOADADDR=0xffffffff80001000
13
14#
15# XXX restrict memory to maximum 4GB because page table entries in pmap
16# are still 32 bits wide
17
18#
19# MAXMEM is specified in units of KB
20#
21options		MAXMEM=0x400000
22