Home | History | Annotate | Line # | Download | only in conf
std.mvme68k revision 1.4
      1 #	$NetBSD: std.mvme68k,v 1.4 1998/05/04 05:00:12 thorpej Exp $
      2 #
      3 # Options/devices that all mvme68ks should have
      4 #
      5 
      6 machine mvme68k m68k
      7 
      8 # XXX Not with UVM: garbage-collect these eventually
      9 options 	SWAPPAGER	# swap pager (anonymous and swap space)
     10 options 	VNODEPAGER	# vnode pager (mapped files)
     11 options 	DEVPAGER	# device pager (mapped devices)
     12 
     13 options 	UVM		# New UVM VM system
     14 #options 	PMAP_NEW	# UVM's new pmap interface
     15 
     16 options 	EXEC_AOUT	# support for exec'ing a.out
     17 options 	EXEC_SCRIPT	# support for #! scripts
     18