std.alpha revision 1.14
1# $NetBSD: std.alpha,v 1.14 1998/03/25 02:16:42 ross 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
15options 	SWAPPAGER	# paging; REQUIRED
16options 	VNODEPAGER	# mmap() of files; REQUIRED
17options 	DEVPAGER	# mmap() of devices; REQUIRED
18