std.sparc revision 1.11
11.10Smrg#	$NetBSD: std.sparc,v 1.11 1998/02/06 08:21:55 thorpej Exp $
21.5Sderaadt
31.8Spk#
41.8Spk# Mandatory NetBSD/sparc kernel options.
51.8Spk#
61.8Spk
71.8Spkmachine		sparc		# Machine architecture; required by config(8)
81.8Spk
91.11Sthorpejoptions 	SWAPPAGER	# swap and anonymous memory
101.11Sthorpejoptions 	VNODEPAGER	# mapped files
111.11Sthorpejoptions 	DEVPAGER	# mapped devices
121.11Sthorpej
131.9Slukemoptions 	EXEC_AOUT	# execve(2) support for a.out binaries
141.9Slukemoptions 	EXEC_SCRIPT	# execve(2) support for scripts
15