Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Update all ramdisk sizes



details:   https://anonhg.NetBSD.org/src/rev/79d43014b855
branches:  trunk
changeset: 331217:79d43014b855
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Aug 05 18:08:02 2014 +0000

description:
Update all ramdisk sizes

diffstat:

 sys/arch/macppc/conf/GENERIC_MD  |  4 ++--
 sys/arch/macppc/conf/MAMBO       |  4 ++--
 sys/arch/macppc/conf/POWERMAC_G5 |  2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r 85d8d5463b77 -r 79d43014b855 sys/arch/macppc/conf/GENERIC_MD
--- a/sys/arch/macppc/conf/GENERIC_MD   Tue Aug 05 17:55:20 2014 +0000
+++ b/sys/arch/macppc/conf/GENERIC_MD   Tue Aug 05 18:08:02 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_MD,v 1.12 2012/03/23 18:37:42 he Exp $
+#      $NetBSD: GENERIC_MD,v 1.13 2014/08/05 18:08:02 martin 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=4424      # 2212 KiB
+options        MEMORY_DISK_ROOT_SIZE=4472      # 2236 KiB
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
diff -r 85d8d5463b77 -r 79d43014b855 sys/arch/macppc/conf/MAMBO
--- a/sys/arch/macppc/conf/MAMBO        Tue Aug 05 17:55:20 2014 +0000
+++ b/sys/arch/macppc/conf/MAMBO        Tue Aug 05 18:08:02 2014 +0000
@@ -6,7 +6,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.18 $"
+#ident                 "GENERIC-$Revision: 1.19 $"
 
 maxusers       32
 
@@ -197,7 +197,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=4224      # 2112 KiB
+options        MEMORY_DISK_ROOT_SIZE=4472      # 2236 KiB
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 options        MAMBO
diff -r 85d8d5463b77 -r 79d43014b855 sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5  Tue Aug 05 17:55:20 2014 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5  Tue Aug 05 18:08:02 2014 +0000
@@ -187,5 +187,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=4224      # 2112 KiB
+options        MEMORY_DISK_ROOT_SIZE=4472      # 2236 KiB
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode



Home | Main Index | Thread Index | Old Index