std.i386 revision 1.14
11.14Sthorpej# $NetBSD: std.i386,v 1.14 1999/06/17 00:12:10 thorpej Exp $
21.1Smycroft#
31.6Sfvdl# standard, required NetBSD/i386 'options'
41.11Senami
51.6Sfvdlmachine i386
61.1Smycroft
71.14Sthorpej# NOTE: PMAP_NEW is no longer optional on the i386 -- the old pmap
81.14Sthorpej# no longer works, and has been deleted from the source tree.
91.12Sthorpejoptions 	PMAP_NEW	# UVM's new pmap interface
101.11Senami
111.8Slukemoptions 	EXEC_AOUT	# exec a.out binaries
121.8Slukemoptions 	EXEC_SCRIPT	# exec #! scripts
13