Source-Changes-HG archive

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

[src/trunk]: src Bump ramdisk size by 64K. This allows release builds to fini...



details:   https://anonhg.NetBSD.org/src/rev/fbef68fb0d56
branches:  trunk
changeset: 760017:fbef68fb0d56
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Fri Dec 24 10:11:39 2010 +0000

description:
Bump ramdisk size by 64K. This allows release builds to finish on macppc.

diffstat:

 distrib/macppc/floppies/ramdisk/Makefile |  4 ++--
 sys/arch/macppc/conf/GENERIC_MD          |  4 ++--
 sys/arch/macppc/conf/INSTALL             |  4 ++--
 sys/arch/macppc/conf/MAMBO               |  4 ++--
 sys/arch/macppc/conf/POWERMAC_G5         |  2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r ab52902d72ce -r fbef68fb0d56 distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile  Fri Dec 24 03:37:37 2010 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile  Fri Dec 24 10:11:39 2010 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.38 2010/02/11 09:06:49 roy Exp $
+#      $NetBSD: Makefile,v 1.39 2010/12/24 10:11:39 aymeric Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2048k
+IMAGESIZE=     2112k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
diff -r ab52902d72ce -r fbef68fb0d56 sys/arch/macppc/conf/GENERIC_MD
--- a/sys/arch/macppc/conf/GENERIC_MD   Fri Dec 24 03:37:37 2010 +0000
+++ b/sys/arch/macppc/conf/GENERIC_MD   Fri Dec 24 10:11:39 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_MD,v 1.10 2009/02/06 18:50:28 jym Exp $
+#      $NetBSD: GENERIC_MD,v 1.11 2010/12/24 10:11:39 aymeric Exp $
 #
 # GENERIC_MD config file
 #
@@ -8,5 +8,5 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-options        MEMORY_DISK_ROOT_SIZE=4096      # 2 Megabytes
+options        MEMORY_DISK_ROOT_SIZE=4224      # 2112 KiB
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
diff -r ab52902d72ce -r fbef68fb0d56 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Fri Dec 24 03:37:37 2010 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Fri Dec 24 10:11:39 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.110 2010/11/23 11:14:02 hannken Exp $
+#      $NetBSD: INSTALL,v 1.111 2010/12/24 10:11:39 aymeric Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -17,7 +17,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options        MEMORY_DISK_ROOT_SIZE=4096      # 2 Megabytes
+options        MEMORY_DISK_ROOT_SIZE=4224      # 2112 KiB
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 options        USERCONF        # userconf(4) support
diff -r ab52902d72ce -r fbef68fb0d56 sys/arch/macppc/conf/MAMBO
--- a/sys/arch/macppc/conf/MAMBO        Fri Dec 24 03:37:37 2010 +0000
+++ b/sys/arch/macppc/conf/MAMBO        Fri Dec 24 10:11:39 2010 +0000
@@ -6,7 +6,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.10 $"
+#ident                 "GENERIC-$Revision: 1.11 $"
 
 maxusers       32
 
@@ -203,7 +203,7 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # Force root on ram-disk
-options        MEMORY_DISK_ROOT_SIZE=4096      # 2 Megabytes
+options        MEMORY_DISK_ROOT_SIZE=4224      # 2112 KiB
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 options        MAMBO
diff -r ab52902d72ce -r fbef68fb0d56 sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5  Fri Dec 24 03:37:37 2010 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5  Fri Dec 24 10:11:39 2010 +0000
@@ -193,5 +193,5 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # Force root on ram-disk
-options        MEMORY_DISK_ROOT_SIZE=4096      # 2 Megabytes
+options        MEMORY_DISK_ROOT_SIZE=4224      # 2112 KiB
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode



Home | Main Index | Thread Index | Old Index