Home | History | Annotate | Line # | Download | only in conf
std.sparc64 revision 1.1
      1 #	$NetBSD: std.sparc64,v 1.1 1998/06/20 04:58:50 eeh Exp $
      2 
      3 #
      4 # Mandatory NetBSD/sparc kernel options.
      5 #
      6 
      7 machine		sparc64		# Machine architecture; required by config(8)
      8 
      9 options 	SWAPPAGER	# swap and anonymous memory
     10 options 	VNODEPAGER	# mapped files
     11 options 	DEVPAGER	# mapped devices
     12 
     13 options 	EXEC_AOUT	# execve(2) support for a.out binaries
     14 options 	EXEC_SCRIPT	# execve(2) support for scripts
     15