std.i386 revision 1.14
1# $NetBSD: std.i386,v 1.14 1999/06/17 00:12:10 thorpej Exp $
2#
3# standard, required NetBSD/i386 'options'
4
5machine i386
6
7# NOTE: PMAP_NEW is no longer optional on the i386 -- the old pmap
8# no longer works, and has been deleted from the source tree.
9options 	PMAP_NEW	# UVM's new pmap interface
10
11options 	EXEC_AOUT	# exec a.out binaries
12options 	EXEC_SCRIPT	# exec #! scripts
13