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 Try to shrink INSTALL kernel a bit.



details:   https://anonhg.NetBSD.org/src/rev/1838946d18cb
branches:  trunk
changeset: 773449:1838946d18cb
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Feb 02 15:55:55 2012 +0000

description:
Try to shrink INSTALL kernel a bit.
Loading INSTALL kernel on SL-C1000 running Zaurus Linux still sometimes
fails (due to its size), but at least it works on maintenance kernel.

diffstat:

 sys/arch/zaurus/conf/INSTALL |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r d53e28dedf95 -r 1838946d18cb sys/arch/zaurus/conf/INSTALL
--- a/sys/arch/zaurus/conf/INSTALL      Thu Feb 02 14:30:48 2012 +0000
+++ b/sys/arch/zaurus/conf/INSTALL      Thu Feb 02 15:55:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.12 2012/01/25 16:51:17 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.13 2012/02/02 15:55:55 tsutsui Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -18,6 +18,10 @@
 
 makeoptions            COPTS="-Os"
 
+no options             EXEC_AOUT
+no options             RFC2292
+no options             PTRACE
+
 no options             KLOADER
 
 no options             INSECURE
@@ -28,6 +32,16 @@
 no file-system         PTYFS
 no file-system         TMPFS
 
+no options             COMPAT_13
+no options             COMPAT_14
+no options             COMPAT_15
+no options             COMPAT_16
+no options             COMPAT_20
+no options             COMPAT_30
+no options             COMPAT_40
+no options             COMPAT_50
+no options             COMPAT_43
+
 no options             COMPAT_OSSAUDIO
 
 no options             SYSVMSG
@@ -57,6 +71,7 @@
 
 no ums* at uhidev?
 no wsmouse* at ums?
+no ugen*
 
 no uk* at scsibus?
 
@@ -66,3 +81,4 @@
 no pseudo-device       accf_http
 no pseudo-device       ksyms
 no pseudo-device       wsfont
+options        NO_DEV_PTM



Home | Main Index | Thread Index | Old Index