Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/zaurus/conf Shrink INSTALL kerenl more:
details: https://anonhg.NetBSD.org/src/rev/eaba70bfb8e9
branches: trunk
changeset: 765140:eaba70bfb8e9
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri May 20 07:47:53 2011 +0000
description:
Shrink INSTALL kerenl more:
- disable KERNFS (install ramdisk uses /sbin/dmesg directly)
- disable mice, audio, uk(4), and wsfont(4)
diffstat:
sys/arch/zaurus/conf/INSTALL | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r ccf07a9fe818 -r eaba70bfb8e9 sys/arch/zaurus/conf/INSTALL
--- a/sys/arch/zaurus/conf/INSTALL Fri May 20 07:09:52 2011 +0000
+++ b/sys/arch/zaurus/conf/INSTALL Fri May 20 07:47:53 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.7 2011/05/05 09:07:59 nonaka Exp $
+# $NetBSD: INSTALL,v 1.8 2011/05/20 07:47:53 tsutsui Exp $
#
# INSTALL config file (GENERIC with memory disk root)
#
@@ -20,6 +20,7 @@
no options INSECURE
+no file-system KERNFS
no file-system NULLFS
no file-system PROCFS
no file-system PTYFS
@@ -43,8 +44,20 @@
no options DDB_HISTORY_SIZE
no options SYMTAB_SPACE
+no ztp0 at pxaip?
+no wsmouse* at ztp?
+
+no zaudio0 at pxaip?
+no audio* at zaudio?
+
+no ums* at uhidev?
+no wsmouse* at ums?
+
+no uk* at scsibus?
+
no pseudo-device vnd
no options VND_COMPRESSION
no pseudo-device accf_data
no pseudo-device accf_http
no pseudo-device ksyms
+no pseudo-device wsfont
Home |
Main Index |
Thread Index |
Old Index