Cleanup: move {SWAP,DEV,VNODE}PAGER to std.arm32; required for Mach VM, and

happily ignored by UVM.
This commit is contained in:
tv 1998-06-09 01:15:48 +00:00
parent 680a3d77f4
commit 5ba723ecf2
8 changed files with 12 additions and 29 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: A7000,v 1.22 1998/06/02 20:41:52 mark Exp $
# $NetBSD: A7000,v 1.23 1998/06/09 01:15:48 tv Exp $
#
# A7000 - Full A7000 configuration
#
@ -12,9 +12,6 @@ maxusers 32
# Standard system options
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
#options NTP # NTP phase/frequency locked loop
#options UVM # Use UVM instead of Mach VM.

View File

@ -1,4 +1,4 @@
# $NetBSD: A7INST,v 1.12 1998/06/02 20:41:52 mark Exp $
# $NetBSD: A7INST,v 1.13 1998/06/09 01:15:48 tv Exp $
#
# A7INST - A7000 install configuration
#
@ -12,9 +12,6 @@ maxusers 32
# Standard system options
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
#options NTP # NTP phase/frequency locked loop
#options UVM # Use UVM instead of Mach VM.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.39 1998/06/02 20:41:52 mark Exp $
# $NetBSD: GENERIC,v 1.40 1998/06/09 01:15:49 tv Exp $
#
# GENERIC -- everything that's currently supported
#
@ -12,9 +12,6 @@ maxusers 32
# Standard system options
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
#options NTP # NTP phase/frequency locked loop
#options UVM # Use UVM instead of Mach VM.

View File

@ -1,4 +1,4 @@
# $NetBSD: RC7500,v 1.17 1998/06/02 20:41:52 mark Exp $
# $NetBSD: RC7500,v 1.18 1998/06/09 01:15:49 tv Exp $
#
# RC7500 - Config for the VLSI RC7500 board
#
@ -15,9 +15,6 @@ maxusers 32
# Standard system options
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
#options NTP # NTP phase/frequency locked loop
#options UVM # Use UVM instead of Mach VM.

View File

@ -1,4 +1,4 @@
# $NetBSD: RISCPC,v 1.11 1998/06/02 20:41:53 mark Exp $
# $NetBSD: RISCPC,v 1.12 1998/06/09 01:15:49 tv Exp $
#
# RISCPC -- Full RiscPC config
#
@ -12,9 +12,6 @@ maxusers 32
# Standard system options
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
#options NTP # NTP phase/frequency locked loop
#options UVM # Use UVM instead of Mach VM.

View File

@ -1,4 +1,4 @@
# $NetBSD: RPCINST,v 1.11 1998/06/02 20:41:53 mark Exp $
# $NetBSD: RPCINST,v 1.12 1998/06/09 01:15:50 tv Exp $
#
# RPCINST -- RiscPC install configuration
#
@ -12,9 +12,6 @@ maxusers 32
# Standard system options
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
#options NTP # NTP phase/frequency locked loop
#options UVM # Use UVM instead of Mach VM.

View File

@ -1,4 +1,4 @@
# $NetBSD: VOYAGER,v 1.33 1998/06/02 20:41:53 mark Exp $
# $NetBSD: VOYAGER,v 1.34 1998/06/09 01:15:50 tv Exp $
#
# VOYAGER - Mark's development kernel
#
@ -12,9 +12,6 @@ maxusers 32
# Standard system options
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
#options NTP # NTP phase/frequency locked loop
#options UVM # Use UVM instead of Mach VM.

View File

@ -1,8 +1,12 @@
# $NetBSD: std.arm32,v 1.6 1998/05/08 23:36:47 mark Exp $
# $NetBSD: std.arm32,v 1.7 1998/06/09 01:15:50 tv Exp $
#
# standard NetBSD/arm32 options
machine arm32
options SWAPPAGER # paging; REQUIRED
options VNODEPAGER # mmap() of files
options DEVPAGER # mmap() of devices
options EXEC_AOUT
options EXEC_SCRIPT