std.i386 revision 1.12
1# $NetBSD: std.i386,v 1.12 1998/08/31 17:57:02 thorpej Exp $
2#
3# standard, required NetBSD/i386 'options'
4
5machine i386
6
7# VM pager support
8# XXX Not with UVM; garbage-collect these eventually.
9options 	SWAPPAGER	# paging
10options 	VNODEPAGER	# mmap() of files
11options 	DEVPAGER	# mmap() of devices
12
13# UVM is the standard VM system on NetBSD/i386.
14options 	UVM		# New UVM VM system
15options 	PMAP_NEW	# UVM's new pmap interface
16
17options 	EXEC_AOUT	# exec a.out binaries
18options 	EXEC_SCRIPT	# exec #! scripts
19