XEN revision 263508
1#
2# XEN -- Kernel configuration for i386 XEN DomU
3#
4# $FreeBSD: stable/10/sys/i386/conf/XEN 263508 2014-03-21 17:53:59Z dim $
5
6cpu		I686_CPU
7ident		XEN
8
9makeoptions	DEBUG=-gdwarf-2		# Build kernel with gdb(1) debug symbols
10makeoptions	WITHOUT_MODULES="aha ahb amd ctl cxgb dpt drm drm2 hptnr hptmv ida malo mps mwl nve rdma sound sym trm xfs"
11
12options 	SCHED_ULE		# ULE scheduler
13options 	PREEMPTION		# Enable kernel thread preemption
14#options 	SCHED_4BSD		 
15
16options 	INET			# InterNETworking
17options 	INET6			# IPv6 communications protocols
18options 	SCTP			# Stream Control Transmission Protocol
19options 	FFS			# Berkeley Fast Filesystem
20options 	SOFTUPDATES		# Enable FFS soft updates support
21options 	UFS_ACL			# Support for access control lists
22options 	UFS_DIRHASH		# Improve performance on big directories
23options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
24options 	NFSCL			# New Network Filesystem Client
25options 	NFSD			# New Network Filesystem Server
26options 	NFSLOCKD		# Network Lock Manager
27options 	NFS_ROOT		# NFS usable as /, requires NFSCL
28options 	MSDOSFS			# MSDOS Filesystem
29options 	CD9660			# ISO 9660 Filesystem
30options 	PROCFS			# Process filesystem (requires PSEUDOFS)
31options 	PSEUDOFS		# Pseudo-filesystem framework
32options 	GEOM_PART_GPT		# GUID Partition Tables.
33options 	GEOM_LABEL		# Provides labelization
34options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
35options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
36options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
37options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
38options 	KTRACE			# ktrace(1) support
39options 	STACK			# stack(9) support
40options 	SYSVSHM			# SYSV-style shared memory
41options 	SYSVMSG			# SYSV-style message queues
42options 	SYSVSEM			# SYSV-style semaphores
43options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
44options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
45options 	AUDIT			# Security event auditing
46
47# Debugging for use in -current
48options 	KDB			# Enable kernel debugger support.
49options 	DDB			# Support DDB.
50options 	GDB			# Support remote GDB.
51options 	DEADLKRES		# Enable the deadlock resolver
52options 	INVARIANTS		# Enable calls of extra sanity checking
53options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
54options 	WITNESS			# Enable checks to detect deadlocks and cycles
55options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
56
57options 	PAE
58nooption	NATIVE
59option		XEN
60nodevice	atpic
61nodevice	isa
62options 	MCLSHIFT=12
63
64# To make an SMP kernel, the next two lines are needed
65options 	SMP			# Symmetric MultiProcessor Kernel
66device		apic			# I/O APIC
67
68
69#device		atkbdc		# AT keyboard controller
70#device		atkbd		# AT keyboard
71device		psm		# PS/2 mouse
72device		pci
73
74#device		kbdmux		# keyboard multiplexer
75
76# Pseudo devices.
77device		loop		# Network loopback
78device		random		# Entropy device
79device		ether		# Ethernet support
80device		tun		# Packet tunnel.
81device		md		# Memory "disks"
82device		gif		# IPv6 and IPv4 tunneling
83device		faith		# IPv6-to-IPv4 relaying (translation)
84
85# Wireless cards
86options		IEEE80211_SUPPORT_MESH
87options		AH_SUPPORT_AR5416
88
89# The `bpf' device enables the Berkeley Packet Filter.
90# Be aware of the administrative consequences of enabling this!
91# Note that 'bpf' is required for DHCP.
92device		bpf		# Berkeley packet filter
93
94