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