SWARM revision 204108
1#
2# $FreeBSD: head/sys/mips/conf/SWARM 204108 2010-02-20 06:39:14Z neel $
3#
4
5ident		SWARM
6options		CPU_SB1
7
8files		"../sibyte/files.sibyte"
9hints		"SWARM.hints"
10
11#
12# 32-bit kernel cannot deal with physical memory beyond 4GB
13# XXX pmap assumes that all the memory can be mapped using KSEG0
14#
15options		MAXMEM=512*1024
16
17options		CFE
18options		CFE_CONSOLE
19options		CFE_ENV
20options		ALT_BREAK_TO_DEBUGGER
21
22makeoptions	LDSCRIPT_NAME=	ldscript.mips.cfe
23
24#cpu		CPU_MIPS64
25#options 	ISA_MIPS64
26#makeoptions	ARCH_FLAGS="-march=mips64 -mgp64 -mabi=o64"
27cpu		CPU_MIPS32
28options 	ISA_MIPS32
29makeoptions	ARCH_FLAGS="-march=mips32"
30
31makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
32makeoptions	MODULES_OVERRIDE=""
33
34options		DDB
35options		KDB
36
37options		SCHED_4BSD		#4BSD scheduler
38options		INET			#InterNETworking
39options		NFSCLIENT		#Network Filesystem Client
40options		NFS_ROOT		#NFS usable as /, requires NFSCLIENT
41options		PSEUDOFS		#Pseudo-filesystem framework
42options		_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
43
44# Debugging for use in -current
45#options 	DEADLKRES
46options		INVARIANTS
47options		INVARIANT_SUPPORT
48options		WITNESS
49
50options 	FFS			#Fast filesystem
51
52options		KTRACE
53
54device		pci
55device		miibus
56device		bge
57device		loop
58device		ether
59device		md
60device		random
61
62options		USB_DEBUG
63device usb
64device ohci
65device uhci
66device ehci
67
68device umass
69
70device scbus
71device da
72
73device		ata
74device		atadisk
75device		atapicd
76options		ATA_STATIC_ID
77