Home | History | Annotate | Line # | Download | only in conf
std.x68k revision 1.5
      1 #	$NetBSD: std.x68k,v 1.5 1998/09/08 15:43:27 minoura Exp $
      2 
      3 
      4 #
      5 # Mandatory NetBSD/x68k kernel options.
      6 #
      7 
      8 machine		x68k m68k	# Machine architecture; required by config(8)
      9 
     10 options 	SWAPPAGER	# swap and anonymous memory
     11 options 	VNODEPAGER	# mapped files
     12 options 	DEVPAGER	# mapped devices
     13 
     14 options 	EXEC_AOUT	# execve(2) support for a.out binaries
     15 options 	EXEC_SCRIPT	# execve(2) support for scripts
     16