Source-Changes-HG archive

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

[src/trunk]: src Bump ramdisk image size from 1444k to 1500k.



details:   https://anonhg.NetBSD.org/src/rev/014226dbce51
branches:  trunk
changeset: 543362:014226dbce51
user:      he <he%NetBSD.org@localhost>
date:      Sun Feb 23 22:30:46 2003 +0000

description:
Bump ramdisk image size from 1444k to 1500k.

diffstat:

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

diffs (32 lines):

diff -r 817cee45475d -r 014226dbce51 distrib/hp300/ramdisk/Makefile
--- a/distrib/hp300/ramdisk/Makefile    Sun Feb 23 22:29:38 2003 +0000
+++ b/distrib/hp300/ramdisk/Makefile    Sun Feb 23 22:30:46 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.22 2003/01/23 21:37:29 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.23 2003/02/23 22:30:46 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     1444k
+IMAGESIZE=     1500k
 MAKEFS_FLAGS=  -f 15 -o density=1k
 
 WARNS=         1
diff -r 817cee45475d -r 014226dbce51 sys/arch/hp300/conf/RAMDISK
--- a/sys/arch/hp300/conf/RAMDISK       Sun Feb 23 22:29:38 2003 +0000
+++ b/sys/arch/hp300/conf/RAMDISK       Sun Feb 23 22:30:46 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.9 2003/01/23 21:37:28 jdolecek Exp $
+# $NetBSD: RAMDISK,v 1.10 2003/02/23 22:30:47 he Exp $
 #
 # RAMDISK machine description file
 #
@@ -11,5 +11,5 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
 options        MEMORY_DISK_SERVER=0            # no mdconfig(8) support
-options        MEMORY_DISK_ROOT_SIZE=2888      # size, in blocks (1.44MB)
+options        MEMORY_DISK_ROOT_SIZE=3000      # size, in blocks (1.50MB)
 pseudo-device  md      1                       # memory disk device



Home | Main Index | Thread Index | Old Index