Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm32/conf clean up memory disk options



details:   https://anonhg.NetBSD.org/src/rev/668c6c17a979
branches:  trunk
changeset: 474027:668c6c17a979
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat Jun 26 06:56:26 1999 +0000

description:
clean up memory disk options

diffstat:

 sys/arch/arm32/conf/SHARK |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 7a51a31fde33 -r 668c6c17a979 sys/arch/arm32/conf/SHARK
--- a/sys/arch/arm32/conf/SHARK Sat Jun 26 06:50:20 1999 +0000
+++ b/sys/arch/arm32/conf/SHARK Sat Jun 26 06:56:26 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SHARK,v 1.22 1999/04/09 00:22:43 hubertf Exp $
+#      $NetBSD: SHARK,v 1.23 1999/06/26 06:56:26 cgd Exp $
 # From:  NetBSD: GENERIC,v 1.55 1999/03/27 07:11:36 explorer Exp
 #
 #      SHARK
@@ -98,8 +98,11 @@
 
 # Device options
 
-#options       MEMORY_DISK_HOOKS       # boottime setup of ramdisk
-#options       MEMORY_DISK_SIZE=0      # Size in KBytes
+options        MEMORY_DISK_HOOKS       # boottime setup of ramdisk
+#options       MEMORY_DISK_SIZE=0      # Size in blocks
+#options       MINIROOTSIZE=3400       # Size in blocks
+#options       MEMORY_DISK_IS_ROOT     # use memory disk as root
+
 options        XSERVER                 # also need INSECURE for now
 options        INSECURE                # disable kernel securelevel
 



Home | Main Index | Thread Index | Old Index