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 Make all ramdisk root sizes equal again
details: https://anonhg.NetBSD.org/src/rev/9febb1f10283
branches: trunk
changeset: 331305:9febb1f10283
user: martin <martin%NetBSD.org@localhost>
date: Fri Aug 08 07:45:04 2014 +0000
description:
Make all ramdisk root sizes equal again
diffstat:
sys/arch/macppc/conf/MAMBO | 4 ++--
sys/arch/macppc/conf/POWERMAC_G5 | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r 24a892ef125b -r 9febb1f10283 sys/arch/macppc/conf/MAMBO
--- a/sys/arch/macppc/conf/MAMBO Fri Aug 08 07:40:35 2014 +0000
+++ b/sys/arch/macppc/conf/MAMBO Fri Aug 08 07:45:04 2014 +0000
@@ -6,7 +6,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.20 $"
+#ident "GENERIC-$Revision: 1.21 $"
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=4480 # 2240 KiB
+options MEMORY_DISK_ROOT_SIZE=4496 # 2248 KiB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options MAMBO
diff -r 24a892ef125b -r 9febb1f10283 sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5 Fri Aug 08 07:40:35 2014 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5 Fri Aug 08 07:45:04 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=4480 # 2240 KiB
+options MEMORY_DISK_ROOT_SIZE=4496 # 2248 KiB
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
Home |
Main Index |
Thread Index |
Old Index