# Test config file for ernst.

ident		MACH
conftype	"i386"

platform	"AT386"

config		mach_kernel

# From MASTER:
options		MACH_KERNEL	# Standalone MACH kernel
options		MACH_ASSERT	# Compile in assertions		# <assert>
options		MACH_DEBUG	# IPC debugging interface	# <mdebug>
options		MACH_HOST	# Mach host (resource alloc.)	# <host>
options		MACH_IPC_COMPAT	# Enable old IPC interface	# <ipc_compat>
options		MACH_IPC_DEBUG	# Enable IPC debugging calls	# <ipc_debug>
options		MACH_KDB	# Kernel debugger support	# <debug>
options		MACH_LDEBUG	# Sanity-check simple locking	# <ldebug>
options		MACH_VM_DEBUG	# Enable VM debugging calls	# <vm_debug>
options		STAT_TIME	# Use statistical timing	# <!timing>
options		XPR_DEBUG	# kernel tracing		# <debug>
options		UFS_PAGER	# include in-kernel ufs pager	# <ufs_pager>
options		MACH_PAGEMAP	# Paged-out page map hints	# <pm>

#options		MACH_FIXPRI	# Fixed priority threads	# <fixpri>
#options		MACH_IPC_TEST	# Testing code/printfs		# <ipc_test>
#options		MACH_COUNTERS	# counters			# <count>
#options		SIMPLE_CLOCK	# no hardware clock rollover	# <simple>
#options		FAST_TAS	# restartable atomic sequences	# <fast_tas>
#options		POWER_SAVE	# mach-dep power conservation	# <power>

pseudo-device	cpus		1
#

# From MASTER.local:
options		CMUCS_DISK	# use cmu cs dept. disk partitions # <!std_disk>

# From MASTER.i386:
options 	MACH_LOAD	# 
options		MACH_MACHINE_ROUTINES
#options		FPE		# <fpe>
#
#  Devices for AT bus
#
pseudo-device	blit		# <blit>
device		hd0		# <hd>
device		hd1		# <hd>
device		hd2		# <hd>
device		hd3		# <hd>
device		fd0		# <fd>
device		fd1		# <fd>
device		fd2		# <fd>
device		fd3		# <fd>
pseudo-device	fp		# <fp>
pseudo-device	"pc586"		# <pc586>
pseudo-device	"at3c501"	# <3c,eli>
pseudo-device	"ns8390"	# <wd,elii>
pseudo-device	par		# <par>
device		com0		# <com>
device		com1		# <com>
device		com2		# <com>
device		com3		# <com>
device		lpr0		# <lpr>
##device		qd0		# <qd>
##device		qd1		# <qd>
##device		wt0		# <wt>
# SCSI driver: total HBAs
pseudo-device	scsi			2			# <scsi>
# Adaptec
pseudo-device	aha			1			# <scsi>

# From MASTER.i386.local:
device		ln0		# <ln>
device		ec0		# <ec>

