Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src ramdisk doesn't fit in 400k anymore, make it 500k.
details: https://anonhg.NetBSD.org/src/rev/68e34a4cd186
branches: trunk
changeset: 556321:68e34a4cd186
user: chs <chs%NetBSD.org@localhost>
date: Sat Dec 13 22:06:23 2003 +0000
description:
ramdisk doesn't fit in 400k anymore, make it 500k.
diffstat:
distrib/sun2/ramdisk/Makefile | 6 +++---
sys/arch/sun2/conf/RAMDISK | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 55efa7eaf212 -r 68e34a4cd186 distrib/sun2/ramdisk/Makefile
--- a/distrib/sun2/ramdisk/Makefile Sat Dec 13 22:05:28 2003 +0000
+++ b/distrib/sun2/ramdisk/Makefile Sat Dec 13 22:06:23 2003 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2003/10/29 11:50:53 jdolecek Exp $
+# $NetBSD: Makefile,v 1.17 2003/12/13 22:06:23 chs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.include <bsd.kernobj.mk>
IMAGE= ramdisk.fs
-IMAGESIZE= 400k
-MAKEFS_FLAGS= -f 15 -o minfree=0,optimization=space,density=4096
+IMAGESIZE= 500k
+MAKEFS_FLAGS= -f 15 -o minfree=0,optimization=space,density=2048
WARNS= 1
DBG= -Os
diff -r 55efa7eaf212 -r 68e34a4cd186 sys/arch/sun2/conf/RAMDISK
--- a/sys/arch/sun2/conf/RAMDISK Sat Dec 13 22:05:28 2003 +0000
+++ b/sys/arch/sun2/conf/RAMDISK Sat Dec 13 22:06:23 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.16 2003/04/10 22:07:05 christos Exp $
+# $NetBSD: RAMDISK,v 1.17 2003/12/13 22:06:23 chs Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@@ -93,7 +93,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 MEMORY_DISK_ROOT_SIZE=800 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=1000 # size of memory disk, in blocks
config netbsd root on ? type ffs
Home |
Main Index |
Thread Index |
Old Index