SWARM64 revision 225736
1272343Sngie#
2272343Sngie# $FreeBSD: stable/9/sys/mips/conf/SWARM64 217653 2011-01-20 19:17:05Z imp $
3272343Sngie#
4272343Sngie
5272343Sngieinclude		"std.SWARM"
6272343Sngie
7272343Sngieident		SWARM64
8272343Sngie
9272343Sngiemachine		mips mips64eb
10272343Sngiemakeoptions	ARCH_FLAGS="-mabi=64 -march=mips64"
11272343Sngiemakeoptions	LDSCRIPT_NAME=ldscript.mips.cfe
12272343Sngiemakeoptions	KERNLOADADDR=0xffffffff80001000
13272343Sngie
14272343Sngie#
15272343Sngie# XXX restrict memory to maximum 4GB because page table entries in pmap
16272343Sngie# are still 32 bits wide
17272343Sngie
18272343Sngie#
19272343Sngie# MAXMEM is specified in units of KB
20272343Sngie#
21272343Sngieoptions		MAXMEM=0x400000
22272343Sngie