Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch bump
details: https://anonhg.NetBSD.org/src/rev/991f7dd60710
branches: trunk
changeset: 347843:991f7dd60710
user: christos <christos%NetBSD.org@localhost>
date: Sun Sep 18 14:20:23 2016 +0000
description:
bump
diffstat:
sys/arch/luna68k/conf/INSTALL | 4 ++--
sys/arch/x68k/conf/INSTALL | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 2e97b1a201d2 -r 991f7dd60710 sys/arch/luna68k/conf/INSTALL
--- a/sys/arch/luna68k/conf/INSTALL Sun Sep 18 11:58:35 2016 +0000
+++ b/sys/arch/luna68k/conf/INSTALL Sun Sep 18 14:20:23 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.19 2014/08/23 20:26:58 dholland Exp $
+# $NetBSD: INSTALL,v 1.20 2016/09/18 14:20:23 christos Exp $
#
# config for installation ramdisk kernel
#
@@ -15,7 +15,7 @@
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MEMORY_DISK_SERVER=0 # no userspace md(4) support
-options MEMORY_DISK_ROOT_SIZE=3600 # 1.80 Megabytes
+options MEMORY_DISK_ROOT_SIZE=3800 # 1.90 Megabytes
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# Standard system options
diff -r 2e97b1a201d2 -r 991f7dd60710 sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL Sun Sep 18 11:58:35 2016 +0000
+++ b/sys/arch/x68k/conf/INSTALL Sun Sep 18 14:20:23 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.108 2015/08/12 07:53:58 maxv Exp $
+# $NetBSD: INSTALL,v 1.109 2016/09/18 14:21:16 christos Exp $
#
# INSTALL -- installation kernel.
@@ -8,7 +8,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.108 $"
+#ident "INSTALL-$Revision: 1.109 $"
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
@@ -18,7 +18,7 @@
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on memory-disk
options MEMORY_DISK_SERVER=0 # No user space hooks
-options MEMORY_DISK_ROOT_SIZE=3400
+options MEMORY_DISK_ROOT_SIZE=3600 # 1.8 Mbytes
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
## System kernel configuration. See options(4) for more detail.
Home |
Main Index |
Thread Index |
Old Index