Home | History | Annotate | Line # | Download | only in conf
std.mvme68k revision 1.1
      1  1.1  thorpej #	$NetBSD: std.mvme68k,v 1.1 1997/03/18 21:41:50 thorpej Exp $
      2  1.1  thorpej #
      3  1.1  thorpej # Options/devices that all mvme68ks should have
      4  1.1  thorpej #
      5  1.1  thorpej 
      6  1.1  thorpej machine mvme68k m68k
      7  1.1  thorpej 
      8  1.1  thorpej options 	SWAPPAGER	# swap pager (anonymous and swap space)
      9  1.1  thorpej options 	VNODEPAGER	# vnode pager (mapped files)
     10  1.1  thorpej options 	DEVPAGER	# device pager (mapped devices)
     11  1.1  thorpej 
     12  1.1  thorpej options 	EXEC_AOUT	# support for exec'ing a.out
     13  1.1  thorpej options 	EXEC_SCRIPT	# support for #! scripts
     14