1178171Simp# QEMU -- Generic kernel configuration file for FreeBSD/mips
2178171Simp#
3178171Simp# For more information on this file, please read the handbook section on
4178171Simp# Kernel Configuration Files:
5178171Simp#
6178171Simp#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7178171Simp#
8178171Simp# The handbook is also available locally in /usr/share/doc/handbook
9178171Simp# if you've installed the doc distribution, otherwise always see the
10178171Simp# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11178171Simp# latest information.
12178171Simp#
13178171Simp# An exhaustive list of options and more detailed explanations of the
14178171Simp# device lines is also present in the ../../conf/NOTES and NOTES files. 
15178171Simp# If you are in doubt as to the purpose or necessity of a line, check first 
16178171Simp# in NOTES.
17178171Simp#
18178171Simp# $FreeBSD$
19178171Simp
20178171Simpcpu		CPU_MIPS32
21178171Simpident		QEMU
22178171Simp
23178171Simp# Don't build any modules yet.
24178171Simpmakeoptions	MODULES_OVERRIDE=""
25178171Simp
26178171Simpinclude		"../adm5120/std.adm5120"
27178171Simp
28178171Simpmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
29178171Simp
30191954Skuriyamaoptions 	DDB
31191954Skuriyamaoptions 	KDB
32178171Simp
33191954Skuriyamaoptions 	SCHED_4BSD		#4BSD scheduler
34191954Skuriyamaoptions 	INET			#InterNETworking
35221753Sgonzooptions 	NFSCL			#Network Filesystem Client
36221753Sgonzooptions 	NFS_ROOT		#NFS usable as /, requires NFSCL
37191954Skuriyamaoptions 	PSEUDOFS		#Pseudo-filesystem framework
38191954Skuriyamaoptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
39178171Simp
40178171Simp# Debugging for use in -current
41203938Sattilio#options 	DEADLKRES		#Enable the deadlock resolver
42191954Skuriyama#options 	INVARIANTS		#Enable calls of extra sanity checking
43191954Skuriyama#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
44191954Skuriyama#options 	WITNESS			#Enable checks to detect deadlocks and cycles
45191954Skuriyama#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
46178171Simp
47178171Simpdevice		loop
48178171Simpdevice		ether
49178171Simpdevice		md
50