std.XLP revision 227725
1# $FreeBSD: head/sys/mips/conf/std.XLP 227725 2011-11-19 14:33:14Z jchandra $
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		pty
63device		bpf
64
65# Network
66device		miibus
67device		ether
68#device		re
69device		msk
70device		em
71
72# Disks
73device		siis
74device		da
75device		scbus
76#device		ata
77#device		atadisk
78
79# USB
80device		usb			# USB Bus (required)
81device		ehci			# EHCI PCI->USB interface (USB 2.0)
82#options 	USB_DEBUG		# enable debug msgs
83#device		ugen			# Generic
84#device		uhid			# "Human Interface Devices"
85device		umass			# Requires scbus and da
86
87options 	FDT
88options 	FDT_DTB_STATIC
89makeoptions	FDT_DTS_FILE=xlp-basic.dts
90