Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/conf Trim down to 1.2MB ramdisk for booting o...



details:   https://anonhg.NetBSD.org/src/rev/913a67051650
branches:  trunk
changeset: 522662:913a67051650
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sat Feb 23 21:48:08 2002 +0000

description:
Trim down to 1.2MB ramdisk for booting on 4MB machines.

diffstat:

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

diffs (18 lines):

diff -r 4e91a8e332d6 -r 913a67051650 sys/arch/hp300/conf/RAMDISK
--- a/sys/arch/hp300/conf/RAMDISK       Sat Feb 23 21:47:07 2002 +0000
+++ b/sys/arch/hp300/conf/RAMDISK       Sat Feb 23 21:48:08 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.2 2002/02/13 06:02:46 gmcgarry Exp $
+# $NetBSD: RAMDISK,v 1.3 2002/02/23 21:48:08 gmcgarry Exp $
 #
 # RAMDISK machine description file
 #
@@ -11,7 +11,7 @@
 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=4000       # size of memory disk, in blocks (2MB)
+options        MINIROOTSIZE=2400       # size of memory disk, in blocks (1.2MB)
 
 file-system    MFS                     # Memory-based filesystem
 



Home | Main Index | Thread Index | Old Index