SWARM64 revision 216475
10Sstevel@tonic-gate#
20Sstevel@tonic-gate# $FreeBSD: head/sys/mips/conf/SWARM64 216475 2010-12-16 05:13:41Z gonzo $
30Sstevel@tonic-gate#
40Sstevel@tonic-gate
50Sstevel@tonic-gateinclude		"std.SWARM"
60Sstevel@tonic-gate
70Sstevel@tonic-gateident		SWARM64
80Sstevel@tonic-gate
90Sstevel@tonic-gatemachine		mips mips64eb
100Sstevel@tonic-gatemakeoptions	ARCH_FLAGS="-mabi=64 -march=mips64"
110Sstevel@tonic-gatemakeoptions	LDSCRIPT_NAME=ldscript.mips.64.cfe
120Sstevel@tonic-gatemakeoptions	KERNLOADADDR=0xffffffff80001000
130Sstevel@tonic-gate
140Sstevel@tonic-gate#
150Sstevel@tonic-gate# XXX restrict memory to maximum 4GB because page table entries in pmap
160Sstevel@tonic-gate# are still 32 bits wide
170Sstevel@tonic-gate
180Sstevel@tonic-gate#
190Sstevel@tonic-gate# MAXMEM is specified in units of KB
200Sstevel@tonic-gate#
210Sstevel@tonic-gateoptions		MAXMEM=0x400000
220Sstevel@tonic-gate