diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-16 09:06:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-16 09:06:38 +0000 |
commit | 6425c25ec56b2da93483726f595f679ccc071e21 (patch) | |
tree | 912179b993eb8fa40d32042d3bc9a4c953dd158d /sys/arch/sparc | |
parent | ed28d9f800a43c78a30b65269f6fb79cddcbe859 (diff) |
use SMALL_KERNEL option
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 312c56e976f..f4498f2dee3 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.24 2001/05/10 10:34:41 art Exp $ +# $OpenBSD: RAMDISK,v 1.25 2001/05/16 09:06:37 deraadt Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -19,6 +19,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC option UVM # UVM virtual memory system ; required +option SMALL_KERNEL option DIAGNOSTIC # internal consistency checks option FFS # UFS option NFSCLIENT # Network File System client |