1#
2# $FreeBSD$
3#
4
5hints		"SWARM.hints"
6include		"../sibyte/std.sibyte"
7
8options 	CFE
9options 	CFE_CONSOLE
10options 	CFE_ENV
11options 	ALT_BREAK_TO_DEBUGGER
12
13cpu		CPU_SB1
14
15makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
16makeoptions	MODULES_OVERRIDE=""
17
18options 	DDB
19options 	KDB
20
21options 	SCHED_4BSD		#4BSD scheduler
22options 	INET			#InterNETworking
23options 	NFSCL			#Network Filesystem Client
24options 	NFS_ROOT		#NFS usable as /, requires NFSCL
25options 	PSEUDOFS		#Pseudo-filesystem framework
26options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
27
28# Debugging for use in -current
29#options 	DEADLKRES
30options 	INVARIANTS
31options 	INVARIANT_SUPPORT
32options 	WITNESS
33
34options 	FFS			#Fast filesystem
35
36options 	KTRACE
37
38device		pci
39device		miibus
40device		bge
41device		loop
42device		ether
43device		md
44device		random
45
46options 	USB_DEBUG
47device usb
48device ohci
49device uhci
50device ehci
51
52device umass
53
54device scbus
55device cd
56device da
57device pass
58
59device		ata
60