summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authoraymeric <aymeric@NetBSD.org>2010-12-24 10:11:39 +0000
committeraymeric <aymeric@NetBSD.org>2010-12-24 10:11:39 +0000
commitacf15340b17d10b7a16cd58703a258f2bfc8073a (patch)
tree4bb1b5d8ce51edad2ed7bbafdb578b0231930f40 /sys
parent631c91dc041965aa4d77c928e20b1eecd8aa5e01 (diff)
Bump ramdisk size by 64K. This allows release builds to finish on macppc.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/conf/GENERIC_MD4
-rw-r--r--sys/arch/macppc/conf/INSTALL4
-rw-r--r--sys/arch/macppc/conf/MAMBO4
-rw-r--r--sys/arch/macppc/conf/POWERMAC_G52
4 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/macppc/conf/GENERIC_MD b/sys/arch/macppc/conf/GENERIC_MD
index f5860dffaa5..d97bde955a4 100644
--- a/sys/arch/macppc/conf/GENERIC_MD
+++ b/sys/arch/macppc/conf/GENERIC_MD
@@ -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 @@ include "arch/macppc/conf/GENERIC"
# 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 --git a/sys/arch/macppc/conf/INSTALL b/sys/arch/macppc/conf/INSTALL
index 78d168332b2..50c84fa0c82 100644
--- a/sys/arch/macppc/conf/INSTALL
+++ b/sys/arch/macppc/conf/INSTALL
@@ -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 RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
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 --git a/sys/arch/macppc/conf/MAMBO b/sys/arch/macppc/conf/MAMBO
index e8b607122d8..27f007be1df 100644
--- a/sys/arch/macppc/conf/MAMBO
+++ b/sys/arch/macppc/conf/MAMBO
@@ -6,7 +6,7 @@ include "arch/macppc/conf/std.macppc.g5"
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 @@ pseudo-device nsmb # SMB requester
# 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 --git a/sys/arch/macppc/conf/POWERMAC_G5 b/sys/arch/macppc/conf/POWERMAC_G5
index 681e1f6dde9..3fc5878d4f6 100644
--- a/sys/arch/macppc/conf/POWERMAC_G5
+++ b/sys/arch/macppc/conf/POWERMAC_G5
@@ -193,5 +193,5 @@ pseudo-device nsmb # SMB requester
# 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