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