Source-Changes-HG archive

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

[src/trunk]: src change ramdisk size.



details:   https://anonhg.NetBSD.org/src/rev/51144dd3d106
branches:  trunk
changeset: 482034:51144dd3d106
user:      shin <shin%NetBSD.org@localhost>
date:      Sat Feb 12 13:48:46 2000 +0000

description:
change ramdisk size.

diffstat:

 distrib/hpcmips/miniroot/Makefile.inc |  2 +-
 sys/arch/hpcmips/conf/RAMDISK         |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r d290256fa1a7 -r 51144dd3d106 distrib/hpcmips/miniroot/Makefile.inc
--- a/distrib/hpcmips/miniroot/Makefile.inc     Sat Feb 12 13:46:54 2000 +0000
+++ b/distrib/hpcmips/miniroot/Makefile.inc     Sat Feb 12 13:48:46 2000 +0000
@@ -1,2 +1,2 @@
 VND=vnd0d
-IMAGESIZE=8192
+IMAGESIZE=6144
diff -r d290256fa1a7 -r 51144dd3d106 sys/arch/hpcmips/conf/RAMDISK
--- a/sys/arch/hpcmips/conf/RAMDISK     Sat Feb 12 13:46:54 2000 +0000
+++ b/sys/arch/hpcmips/conf/RAMDISK     Sat Feb 12 13:48:46 2000 +0000
@@ -1,7 +1,7 @@
 #
 # kernel config file for memory(RAM) disk
 #
-#      $NetBSD: RAMDISK,v 1.11 2000/01/21 11:29:53 shin Exp $
+#      $NetBSD: RAMDISK,v 1.12 2000/02/12 13:49:13 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=8192       # size of memory disk, in blocks
+options        MINIROOTSIZE=6144       # size of memory disk, in blocks



Home | Main Index | Thread Index | Old Index