std.i386 revision 1.15
1# $NetBSD: std.i386,v 1.15 1999/07/05 09:14:10 fvdl 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_ELF32 # exec ELF binaries 13options EXEC_SCRIPT # exec #! scripts 14