move vax "options UVM" from GENERIC to std.vax
This commit is contained in:
parent
7eac22153a
commit
ae0c22f1b1
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.38 1998/10/18 18:49:04 ragge Exp $
|
||||
# $NetBSD: GENERIC,v 1.39 1998/11/16 04:32:56 mrg Exp $
|
||||
#
|
||||
# GENERIC VAX configuration file; all supported devices.
|
||||
#
|
||||
|
@ -48,9 +48,6 @@ options QUOTA
|
|||
options NFSSERVER
|
||||
options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting.
|
||||
|
||||
options UVM
|
||||
options PMAP_NEW
|
||||
|
||||
# WS console uses SUN terminal emulation
|
||||
options WSEMUL_SUN
|
||||
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# $NetBSD: std.vax,v 1.6 1997/11/17 01:58:38 lukem Exp $
|
||||
# $NetBSD: std.vax,v 1.7 1998/11/16 04:32:56 mrg Exp $
|
||||
#
|
||||
# Std vaxfiles
|
||||
#
|
||||
machine vax
|
||||
|
||||
options SWAPPAGER # swap and anonymous memory
|
||||
options VNODEPAGER # mapped files
|
||||
options DEVPAGER # mapped devices
|
||||
options UVM # UVM virtual memory
|
||||
options PMAP_NEW # new pmap(9) interfaces
|
||||
|
||||
options EXEC_AOUT # execve(2) support for a.out binaries
|
||||
options EXEC_SCRIPT # execve(2) support for scripts
|
||||
|
|
Loading…
Reference in New Issue