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 Add (commented out) options MODULAR. J...



details:   https://anonhg.NetBSD.org/src/rev/1ced1028ce4d
branches:  trunk
changeset: 765152:1ced1028ce4d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri May 20 09:25:15 2011 +0000

description:
Add (commented out) options MODULAR.  Just works fine as other arm ports.

This will be mandatory because zbsdmod.o loader has size (5MB) restriction.

diffstat:

 sys/arch/zaurus/conf/GENERIC |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3c69e4887693 -r 1ced1028ce4d sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Fri May 20 09:23:37 2011 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Fri May 20 09:25:15 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.40 2011/05/20 09:06:02 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.41 2011/05/20 09:25:15 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -117,6 +117,9 @@
 options        SYSVSHM         # System V-like memory sharing
 options        P1003_1B_SEMAPHORE      # p1003.1b semaphore support
 
+# Loadable kernel module support
+#options       MODULAR         # new style module(7) framework
+
 # Device options
 
 # Miscellaneous kernel options



Home | Main Index | Thread Index | Old Index