Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/conf change miniroot size.
details: https://anonhg.NetBSD.org/src/rev/da0e758f6bda
branches: trunk
changeset: 480828:da0e758f6bda
user: shin <shin%NetBSD.org@localhost>
date: Fri Jan 21 11:29:53 2000 +0000
description:
change miniroot size.
diffstat:
sys/arch/hpcmips/conf/RAMDISK | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 161f1ac90a60 -r da0e758f6bda sys/arch/hpcmips/conf/RAMDISK
--- a/sys/arch/hpcmips/conf/RAMDISK Fri Jan 21 11:27:52 2000 +0000
+++ b/sys/arch/hpcmips/conf/RAMDISK Fri Jan 21 11:29:53 2000 +0000
@@ -1,7 +1,7 @@
#
# kernel config file for memory(RAM) disk
#
-# $NetBSD: RAMDISK,v 1.10 2000/01/09 07:57:43 shin Exp $
+# $NetBSD: RAMDISK,v 1.11 2000/01/21 11:29:53 shin Exp $
#
include "arch/hpcmips/conf/GENERIC"
@@ -12,4 +12,4 @@
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
-options MINIROOTSIZE=12288 # size of memory disk, in blocks
+options MINIROOTSIZE=8192 # size of memory disk, in blocks
Home |
Main Index |
Thread Index |
Old Index