Back out previous change. Until the default VM system is UVM, these

"options" ARE required, and leaving them here doens't hurt anything in
the UVM case.
This commit is contained in:
thorpej 1998-02-06 08:19:23 +00:00
parent fd01cb624f
commit 374b6294f9
1 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,12 @@
# $NetBSD: std.i386,v 1.9 1998/02/06 07:21:51 mrg Exp $
# $NetBSD: std.i386,v 1.10 1998/02/06 08:19:23 thorpej Exp $
#
# standard, required NetBSD/i386 'options'
machine i386
options SWAPPAGER # paging
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
options EXEC_AOUT # exec a.out binaries
options EXEC_SCRIPT # exec #! scripts