Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/conf The ramdisk now needs 1024 blocks.



details:   https://anonhg.NetBSD.org/src/rev/6f33e0b62d97
branches:  trunk
changeset: 499615:6f33e0b62d97
user:      scw <scw%NetBSD.org@localhost>
date:      Fri Nov 24 19:40:15 2000 +0000

description:
The ramdisk now needs 1024 blocks.

diffstat:

 sys/arch/mvme68k/conf/RAMDISK |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5355ed76a1a2 -r 6f33e0b62d97 sys/arch/mvme68k/conf/RAMDISK
--- a/sys/arch/mvme68k/conf/RAMDISK     Fri Nov 24 19:39:48 2000 +0000
+++ b/sys/arch/mvme68k/conf/RAMDISK     Fri Nov 24 19:40:15 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.3 1999/02/20 17:19:41 scw Exp $
+#      $NetBSD: RAMDISK,v 1.4 2000/11/24 19:40:15 scw Exp $
 
 #
 # RAMDISK: Root/swap on ramdisk
@@ -12,7 +12,7 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT
-options        MINIROOTSIZE=768
+options        MINIROOTSIZE=1024
 
 # Include one instance of the memory driver
 pseudo-device  md 1



Home | Main Index | Thread Index | Old Index