1999-07-05 13:14:09 +04:00
|
|
|
# $NetBSD: std.i386,v 1.15 1999/07/05 09:14:10 fvdl Exp $
|
1996-11-15 12:19:31 +03:00
|
|
|
#
|
|
|
|
# standard, required NetBSD/i386 'options'
|
1998-06-07 07:01:05 +04:00
|
|
|
|
1996-11-15 12:19:31 +03:00
|
|
|
machine i386
|
|
|
|
|
1999-06-17 04:12:10 +04:00
|
|
|
# NOTE: PMAP_NEW is no longer optional on the i386 -- the old pmap
|
|
|
|
# no longer works, and has been deleted from the source tree.
|
1998-08-31 21:55:26 +04:00
|
|
|
options PMAP_NEW # UVM's new pmap interface
|
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
options EXEC_AOUT # exec a.out binaries
|
1999-07-05 13:14:09 +04:00
|
|
|
options EXEC_ELF32 # exec ELF binaries
|
1997-11-17 04:57:23 +03:00
|
|
|
options EXEC_SCRIPT # exec #! scripts
|