freebsd-dev/sys/mips/conf/SWARM64_SMP
Warner Losh 161b83b959 Remove the 'machine mips' from DEFAULTS. Put the proper 'machine mips
mipsel' or 'machine mips mipseb' into the config file (with a few 64's
tossed in for good measure).  This will let us build the proper
kernels with different worlds as part of make universe.
2010-11-13 22:34:12 +00:00

25 lines
430 B
Plaintext

#
# $FreeBSD$
#
include std.SWARM
ident SWARM64_SMP
options SMP
options PRINTF_BUFR_SIZE=128
machine mips mips64eb
makeoptions ARCH_FLAGS="-mabi=64 -march=mips64"
makeoptions LDSCRIPT_NAME=ldscript.mips.64.cfe
makeoptions KERNLOADADDR=0xffffffff80001000
#
# XXX restrict memory to maximum 4GB because page table entries in pmap
# are still 32 bits wide
#
# MAXMEM is specified in units of KB
#
options MAXMEM=0x400000