Source-Changes-HG archive

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

[src/trunk]: src ramdisk image overflew, bump by 4K



details:   https://anonhg.NetBSD.org/src/rev/a25547646c25
branches:  trunk
changeset: 542209:a25547646c25
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Jan 23 21:37:28 2003 +0000

description:
ramdisk image overflew, bump by 4K

diffstat:

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

diffs (32 lines):

diff -r dcabceb5cab3 -r a25547646c25 distrib/hp300/ramdisk/Makefile
--- a/distrib/hp300/ramdisk/Makefile    Thu Jan 23 21:22:24 2003 +0000
+++ b/distrib/hp300/ramdisk/Makefile    Thu Jan 23 21:37:28 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.21 2002/11/11 05:07:09 gmcgarry Exp $
+#      $NetBSD: Makefile,v 1.22 2003/01/23 21:37:29 jdolecek Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     1440k
+IMAGESIZE=     1444k
 MAKEFS_FLAGS=  -f 15 -o density=1k
 
 WARNS=         1
diff -r dcabceb5cab3 -r a25547646c25 sys/arch/hp300/conf/RAMDISK
--- a/sys/arch/hp300/conf/RAMDISK       Thu Jan 23 21:22:24 2003 +0000
+++ b/sys/arch/hp300/conf/RAMDISK       Thu Jan 23 21:37:28 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.8 2002/04/22 06:10:16 gmcgarry Exp $
+# $NetBSD: RAMDISK,v 1.9 2003/01/23 21:37:28 jdolecek 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=2880      # size, in blocks (1.44MB)
+options        MEMORY_DISK_ROOT_SIZE=2888      # size, in blocks (1.44MB)
 pseudo-device  md      1                       # memory disk device



Home | Main Index | Thread Index | Old Index