Deleted Added
full compact
SWARM64 (212634) SWARM64 (215068)
1#
1#
2# $FreeBSD: head/sys/mips/conf/SWARM64 212634 2010-09-15 05:32:10Z neel $
2# $FreeBSD: head/sys/mips/conf/SWARM64 215068 2010-11-10 00:28:20Z imp $
3#
4
3#
4
5include SWARM_COMMON
5include std.SWARM
6
7ident SWARM64
8
9makeoptions ARCH_FLAGS="-mabi=64 -march=mips64"
10makeoptions LDSCRIPT_NAME=ldscript.mips.64.cfe
11makeoptions KERNLOADADDR=0xffffffff80001000
12
13#
14# XXX restrict memory to maximum 4GB because page table entries in pmap
15# are still 32 bits wide
16
17#
18# MAXMEM is specified in units of KB
19#
20options MAXMEM=0x400000
6
7ident SWARM64
8
9makeoptions ARCH_FLAGS="-mabi=64 -march=mips64"
10makeoptions LDSCRIPT_NAME=ldscript.mips.64.cfe
11makeoptions KERNLOADADDR=0xffffffff80001000
12
13#
14# XXX restrict memory to maximum 4GB because page table entries in pmap
15# are still 32 bits wide
16
17#
18# MAXMEM is specified in units of KB
19#
20options MAXMEM=0x400000