Module Name:    src
Committed By:   tsutsui
Date:           Thu Feb  2 15:55:55 UTC 2012

Modified Files:
        src/sys/arch/zaurus/conf: INSTALL

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/zaurus/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/zaurus/conf/INSTALL
diff -u src/sys/arch/zaurus/conf/INSTALL:1.12 src/sys/arch/zaurus/conf/INSTALL:1.13
--- src/sys/arch/zaurus/conf/INSTALL:1.12	Wed Jan 25 16:51:17 2012
+++ src/sys/arch/zaurus/conf/INSTALL	Thu Feb  2 15:55:55 2012
@@ -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 @@ options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	#
 
 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		PROCFS
 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 audio* at zaudio?
 
 no ums* at uhidev?
 no wsmouse* at ums?
+no ugen*
 
 no uk* at scsibus?
 
@@ -66,3 +81,4 @@ no pseudo-device	accf_data
 no pseudo-device	accf_http
 no pseudo-device	ksyms
 no pseudo-device	wsfont
+options 	NO_DEV_PTM

Reply via email to