Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src - bump MEMORY_DISK_ROOT_SIZE from 2920 to 2960
details: https://anonhg.NetBSD.org/src/rev/0a474ba16b0c
branches: trunk
changeset: 542554:0a474ba16b0c
user: zuntum <zuntum%NetBSD.org@localhost>
date: Sat Feb 01 13:53:36 2003 +0000
description:
- bump MEMORY_DISK_ROOT_SIZE from 2920 to 2960
in sys/arch/i386/conf/INSTALL_TINY
- bump IMAGESIZE from 1460k to 1480k
in distrib/i386/floppies/ramdisk-tiny/Makefile
so that "build.sh release" works again.
Suggested by simon, okay'd by luke.
diffstat:
distrib/i386/floppies/ramdisk-tiny/Makefile | 4 ++--
sys/arch/i386/conf/INSTALL_TINY | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 4887ce21e9a1 -r 0a474ba16b0c distrib/i386/floppies/ramdisk-tiny/Makefile
--- a/distrib/i386/floppies/ramdisk-tiny/Makefile Sat Feb 01 13:23:57 2003 +0000
+++ b/distrib/i386/floppies/ramdisk-tiny/Makefile Sat Feb 01 13:53:36 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2002/12/20 23:12:01 thorpej Exp $
+# $NetBSD: Makefile,v 1.23 2003/02/01 13:53:36 zuntum Exp $
BOOTMODEL= tiny
IMAGE= ramdisk-${BOOTMODEL}.fs
-IMAGESIZE= 1460k
+IMAGESIZE= 1480k
MAKEDEVTARGETS= std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 pty0 ttyv0
MAKEFS_FLAGS= -f 10
USE_SYSINST= yes
diff -r 4887ce21e9a1 -r 0a474ba16b0c sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY Sat Feb 01 13:23:57 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY Sat Feb 01 13:53:36 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_TINY,v 1.64 2003/01/08 13:20:27 fvdl Exp $
+# $NetBSD: INSTALL_TINY,v 1.65 2003/02/01 13:53:37 zuntum Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@@ -20,7 +20,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=2920 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=2960 # size of memory disk, in blocks
maxusers 2 # estimated number of users
Home |
Main Index |
Thread Index |
Old Index