std.hp300 revision 1.3
1#	$NetBSD: std.hp300,v 1.3 1998/05/04 05:01:30 thorpej Exp $
2#
3# Options/devices that all hp300s should have
4#
5
6machine hp300 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