std.i386 revision 1.12
11.12Sthorpej# $NetBSD: std.i386,v 1.12 1998/08/31 17:57:02 thorpej Exp $
21.1Smycroft#
31.6Sfvdl# standard, required NetBSD/i386 'options'
41.11Senami
51.6Sfvdlmachine i386
61.1Smycroft
71.12Sthorpej# VM pager support
81.12Sthorpej# XXX Not with UVM; garbage-collect these eventually.
91.10Sthorpejoptions 	SWAPPAGER	# paging
101.10Sthorpejoptions 	VNODEPAGER	# mmap() of files
111.10Sthorpejoptions 	DEVPAGER	# mmap() of devices
121.12Sthorpej
131.12Sthorpej# UVM is the standard VM system on NetBSD/i386.
141.12Sthorpejoptions 	UVM		# New UVM VM system
151.12Sthorpejoptions 	PMAP_NEW	# UVM's new pmap interface
161.11Senami
171.8Slukemoptions 	EXEC_AOUT	# exec a.out binaries
181.8Slukemoptions 	EXEC_SCRIPT	# exec #! scripts
19