config root man

Current Path : /sys/mips/conf/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //sys/mips/conf/SWARM64

#
# $FreeBSD: release/9.1.0/sys/mips/conf/SWARM64 217653 2011-01-20 19:17:05Z imp $
#

include		"std.SWARM"

ident		SWARM64

machine		mips mips64eb
makeoptions	ARCH_FLAGS="-mabi=64 -march=mips64"
makeoptions	LDSCRIPT_NAME=ldscript.mips.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

Man Man