diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-10-29 14:14:29 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-10-29 14:14:29 +0000 |
commit | 8a303880c10faee80c961d0ea815b337a52a298c (patch) | |
tree | 48d4bb85da90abd6e58aaa29ae1ad40be73fc5a2 /sys/arch/sparc/conf/RAMDISK | |
parent | 5e7aa10f0ca6a32aed8d9bcb895f989dd5c1bd52 (diff) |
Use UVM by default on sparc.
Diffstat (limited to 'sys/arch/sparc/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 33fe0783ed3..ab956856f1b 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.22 1999/06/23 17:02:06 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.23 1999/10/29 14:14:27 art Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -18,8 +18,7 @@ option MINIROOTSIZE=4352 option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC -option SWAPPAGER # paging; REQUIRED -option DEVPAGER # mmap() of devices +option UVM # UVM virtual memory system option DIAGNOSTIC # internal consistency checks option FFS # UFS option NFSCLIENT # Network File System client |