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
6machine mvme68k m68k
7
8# XXX Not with UVM: garbage-collect these eventually
9options 	SWAPPAGER	# swap pager (anonymous and swap space)
10options 	VNODEPAGER	# vnode pager (mapped files)
11options 	DEVPAGER	# device pager (mapped devices)
12
13options 	UVM		# New UVM VM system
14#options 	PMAP_NEW	# UVM's new pmap interface
15
16options 	EXEC_AOUT	# support for exec'ing a.out
17options 	EXEC_SCRIPT	# support for #! scripts
18