std.alpha revision 1.15
1# $NetBSD: std.alpha,v 1.15 1998/05/04 04:35:46 thorpej Exp $
2#
3# Standard/required configuration info for NetBSD/alpha.
4
5machine		alpha
6
7# standard ("mandatory") kernel options.
8
9# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional
10options 	EXEC_ECOFF	# (native) ECOFF binary support
11options 	EXEC_ELF64	# (native) ELF64 binary support
12options 	EXEC_SCRIPT	# shell script support
13
14# VM pager support
15# XXX Not with UVM; garbage-collect these eventually.
16options 	SWAPPAGER	# paging; REQUIRED
17options 	VNODEPAGER	# mmap() of files; REQUIRED
18options 	DEVPAGER	# mmap() of devices; REQUIRED
19
20# UVM is the standard VM system on NetBSD/alpha.
21options 	UVM		# New UVM VM system
22options 	PMAP_NEW	# UVM's new pmap interface
23