std.XLP revision 233271
1# $FreeBSD: head/sys/mips/conf/std.XLP 233271 2012-03-21 08:38:42Z ed $
2
3include		"../nlm/std.xlp"
4makeoptions	MODULES_OVERRIDE=""
5makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
6#profile 	2
7
8options 	SCHED_ULE		# ULE scheduler
9#options 	VERBOSE_SYSINIT
10#options 	SCHED_4BSD		# 4BSD scheduler
11options         SMP
12options 	PREEMPTION		# Enable kernel thread preemption
13#options 	FULL_PREEMPTION		# Enable kernel thread preemption
14options 	INET			# InterNETworking
15options 	INET6			# IPv6 communications protocols
16options 	FFS			# Berkeley Fast Filesystem
17#options 	SOFTUPDATES		# Enable FFS soft updates support
18options 	UFS_ACL			# Support for access control lists
19options 	UFS_DIRHASH		# Improve performance on big directories
20options		NFSCL
21options		NFS_ROOT
22options		MSDOSFS			#MSDOS Filesystem
23#
24#options 	BOOTP
25#options 	BOOTP_NFSROOT
26#options 	BOOTP_NFSV3
27#options 	BOOTP_WIRED_TO=nlge0
28#options 	BOOTP_COMPAT
29#options 	ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
30
31options 	MD_ROOT			# MD is a potential root device
32options		MD_ROOT_SIZE=132000
33options		ROOTDEVNAME=\"ufs:md0\"
34options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
35options 	HZ=1000	
36options 	NO_SWAPPING
37
38# Debugging options
39options 	KTRACE			# ktrace(1) support
40options 	DDB
41options 	KDB
42options 	GDB
43options 	BREAK_TO_DEBUGGER
44options 	ALT_BREAK_TO_DEBUGGER
45#options 	DEADLKRES		# Enable the deadlock resolver
46#options 	INVARIANTS
47#options 	INVARIANT_SUPPORT
48#options 	WITNESS			# Detect deadlocks and cycles
49#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
50#options 	KTR			# ktr(4) and ktrdump(8) support
51#options 	KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
52#options 	KTR_ENTRIES=131072
53#options 	LOCK_DEBUG
54#options 	LOCK_PROFILING
55
56options 	GEOM_UZIP
57
58# Pseudo
59device		loop
60device		random
61device		md
62device		bpf
63
64# Network
65device		miibus
66device		ether
67#device		re
68device		msk
69device		em
70
71# Disks
72device		siis
73device		da
74device		scbus
75#device		ata
76#device		atadisk
77
78# USB
79device		usb			# USB Bus (required)
80device		ehci			# EHCI PCI->USB interface (USB 2.0)
81#options 	USB_DEBUG		# enable debug msgs
82#device		ugen			# Generic
83#device		uhid			# "Human Interface Devices"
84device		umass			# Requires scbus and da
85
86options 	FDT
87options 	FDT_DTB_STATIC
88makeoptions	FDT_DTS_FILE=xlp-basic.dts
89