NetBSD/sys/arch/i386/conf/std.i386

19 lines
507 B
Plaintext
Raw Normal View History

1998-08-31 21:55:26 +04:00
# $NetBSD: std.i386,v 1.12 1998/08/31 17:57:02 thorpej Exp $
#
# standard, required NetBSD/i386 'options'
1998-06-07 07:01:05 +04:00
machine i386
1998-08-31 21:55:26 +04:00
# VM pager support
# XXX Not with UVM; garbage-collect these eventually.
options SWAPPAGER # paging
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
1998-06-07 07:01:05 +04:00
1998-08-31 21:55:26 +04:00
# UVM is the standard VM system on NetBSD/i386.
options UVM # New UVM VM system
options PMAP_NEW # UVM's new pmap interface
options EXEC_AOUT # exec a.out binaries
options EXEC_SCRIPT # exec #! scripts