Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Bump the ramdisk size on macppc and sandpoint somewhat to co...
details: https://anonhg.NetBSD.org/src/rev/36a06aa1b004
branches: trunk
changeset: 331419:36a06aa1b004
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Aug 10 17:58:51 2014 +0000
description:
Bump the ramdisk size on macppc and sandpoint somewhat to compensate for
larger code with LLVM.
diffstat:
distrib/macppc/floppies/ramdisk/Makefile | 4 ++--
distrib/sandpoint/ramdisk/Makefile | 4 ++--
sys/arch/macppc/conf/GENERIC_MD | 4 ++--
sys/arch/macppc/conf/INSTALL | 4 ++--
sys/arch/sandpoint/conf/INSTALL | 6 +++---
sys/arch/sandpoint/conf/INSTALL_KURO | 6 +++---
6 files changed, 14 insertions(+), 14 deletions(-)
diffs (108 lines):
diff -r 144b00d28ace -r 36a06aa1b004 distrib/macppc/floppies/ramdisk/Makefile
--- a/distrib/macppc/floppies/ramdisk/Makefile Sun Aug 10 17:56:23 2014 +0000
+++ b/distrib/macppc/floppies/ramdisk/Makefile Sun Aug 10 17:58:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2014/08/08 16:56:31 joerg Exp $
+# $NetBSD: Makefile,v 1.47 2014/08/10 17:58:51 joerg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@
# in both
# src/sys/arch/macppc/conf/INSTALL
# src/sys/arch/macppc/conf/GENERIC_MD
-IMAGESIZE= 2248k
+IMAGESIZE= 2560k
MAKEFS_FLAGS= -f 15
WARNS= 1
diff -r 144b00d28ace -r 36a06aa1b004 distrib/sandpoint/ramdisk/Makefile
--- a/distrib/sandpoint/ramdisk/Makefile Sun Aug 10 17:56:23 2014 +0000
+++ b/distrib/sandpoint/ramdisk/Makefile Sun Aug 10 17:58:51 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2014/08/08 16:56:31 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2014/08/10 17:58:51 joerg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 2048k
+IMAGESIZE= 2300k
MAKEFS_FLAGS= -f 15
WARNS= 1
diff -r 144b00d28ace -r 36a06aa1b004 sys/arch/macppc/conf/GENERIC_MD
--- a/sys/arch/macppc/conf/GENERIC_MD Sun Aug 10 17:56:23 2014 +0000
+++ b/sys/arch/macppc/conf/GENERIC_MD Sun Aug 10 17:58:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_MD,v 1.15 2014/08/07 16:51:56 gdt Exp $
+# $NetBSD: GENERIC_MD,v 1.16 2014/08/10 17:58:51 joerg 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=4496 # 2248 KiB
+options MEMORY_DISK_ROOT_SIZE=5120 # 2560 KiB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
diff -r 144b00d28ace -r 36a06aa1b004 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL Sun Aug 10 17:56:23 2014 +0000
+++ b/sys/arch/macppc/conf/INSTALL Sun Aug 10 17:58:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.123 2014/08/08 16:56:31 joerg Exp $
+# $NetBSD: INSTALL,v 1.124 2014/08/10 17:58:51 joerg 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=4496 # 2248 KiB
+options MEMORY_DISK_ROOT_SIZE=5120 # 2560 KiB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options USERCONF # userconf(4) support
diff -r 144b00d28ace -r 36a06aa1b004 sys/arch/sandpoint/conf/INSTALL
--- a/sys/arch/sandpoint/conf/INSTALL Sun Aug 10 17:56:23 2014 +0000
+++ b/sys/arch/sandpoint/conf/INSTALL Sun Aug 10 17:58:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.8 2010/11/23 11:14:05 hannken Exp $
+# $NetBSD: INSTALL,v 1.9 2014/08/10 17:58:51 joerg Exp $
#
# GENERIC install kernel for SandPoint NAS
#
@@ -6,8 +6,8 @@
include "arch/sandpoint/conf/GENERIC"
options MEMORY_DISK_HOOKS
-options MEMORY_DISK_IS_ROOT # Force root on RAM disk
-options MEMORY_DISK_ROOT_SIZE=4096 # 2 MB
+options MEMORY_DISK_IS_ROOT # Force root on RAM disk
+options MEMORY_DISK_ROOT_SIZE=4600 # 2300KB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
pseudo-device md
diff -r 144b00d28ace -r 36a06aa1b004 sys/arch/sandpoint/conf/INSTALL_KURO
--- a/sys/arch/sandpoint/conf/INSTALL_KURO Sun Aug 10 17:56:23 2014 +0000
+++ b/sys/arch/sandpoint/conf/INSTALL_KURO Sun Aug 10 17:58:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_KURO,v 1.2 2010/11/23 11:14:05 hannken Exp $
+# $NetBSD: INSTALL_KURO,v 1.3 2014/08/10 17:58:51 joerg Exp $
#
# GENERIC install kernel for KuroBox / LinkStation
#
@@ -6,8 +6,8 @@
include "arch/sandpoint/conf/KUROBOX"
options MEMORY_DISK_HOOKS
-options MEMORY_DISK_IS_ROOT # Force root on RAM disk
-options MEMORY_DISK_ROOT_SIZE=4096 # 2 MB
+options MEMORY_DISK_IS_ROOT # Force root on RAM disk
+options MEMORY_DISK_ROOT_SIZE=4600 # 2300KB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
pseudo-device md
Home |
Main Index |
Thread Index |
Old Index