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 Bump ramdisk to 2MB.



details:   https://anonhg.NetBSD.org/src/rev/ab866c6ed63b
branches:  trunk
changeset: 522224:ab866c6ed63b
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Wed Feb 13 06:02:46 2002 +0000

description:
Bump ramdisk to 2MB.

diffstat:

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

diffs (20 lines):

diff -r ceb9d9634002 -r ab866c6ed63b sys/arch/hp300/conf/RAMDISK
--- a/sys/arch/hp300/conf/RAMDISK       Wed Feb 13 06:01:36 2002 +0000
+++ b/sys/arch/hp300/conf/RAMDISK       Wed Feb 13 06:02:46 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.1 2002/02/10 01:07:55 gmcgarry Exp $
+# $NetBSD: RAMDISK,v 1.2 2002/02/13 06:02:46 gmcgarry Exp $
 #
 # RAMDISK machine description file
 #
@@ -11,8 +11,8 @@
 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=2880       # size of memory disk, in blocks (3MB)
+options        MINIROOTSIZE=4000       # size of memory disk, in blocks (2MB)
 
-file-system    MFS             # Memory-based filesystem
+file-system    MFS                     # Memory-based filesystem
 
 pseudo-device  md              1       # memory disk device (ramdisk)



Home | Main Index | Thread Index | Old Index