std.sparc64 revision 1.1
11.1Seeh#	$NetBSD: std.sparc64,v 1.1 1998/06/20 04:58:50 eeh Exp $
21.1Seeh
31.1Seeh#
41.1Seeh# Mandatory NetBSD/sparc kernel options.
51.1Seeh#
61.1Seeh
71.1Seehmachine		sparc64		# Machine architecture; required by config(8)
81.1Seeh
91.1Seehoptions 	SWAPPAGER	# swap and anonymous memory
101.1Seehoptions 	VNODEPAGER	# mapped files
111.1Seehoptions 	DEVPAGER	# mapped devices
121.1Seeh
131.1Seehoptions 	EXEC_AOUT	# execve(2) support for a.out binaries
141.1Seehoptions 	EXEC_SCRIPT	# execve(2) support for scripts
15