Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm26/conf Make the FOURMEG kernel a bit smaller. ...



details:   https://anonhg.NetBSD.org/src/rev/bd90f4f5fbbd
branches:  trunk
changeset: 497083:bd90f4f5fbbd
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Sep 18 18:30:01 2000 +0000

description:
Make the FOURMEG kernel a bit smaller.  Still not small enough.

diffstat:

 sys/arch/arm26/conf/FOURMEG |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 2097b9826d28 -r bd90f4f5fbbd sys/arch/arm26/conf/FOURMEG
--- a/sys/arch/arm26/conf/FOURMEG       Mon Sep 18 18:17:32 2000 +0000
+++ b/sys/arch/arm26/conf/FOURMEG       Mon Sep 18 18:30:01 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FOURMEG,v 1.5 2000/08/17 13:38:51 bjh21 Exp $
+# $NetBSD: FOURMEG,v 1.6 2000/09/18 18:30:01 bjh21 Exp $
 
 # GENERIC arm26 configuration -- everything I've implemented so far
 
@@ -12,12 +12,12 @@
 options        CPU_ARM3
 
 # Diagnostic/debugging support options
-options        DIAGNOSTIC              # Cheap kernel consistency checks
-options                DEBUG                   # More expensive checks and printfs
-options        DDB                     # kernel debugger
+#options       DIAGNOSTIC              # Cheap kernel consistency checks
+#options       DEBUG                   # More expensive checks and printfs
+#options       DDB                     # kernel debugger
 #options       SYSCALL_DEBUG           # trace syscall entry/exit
 #options       SCSIDEBUG
-options        UVMHIST
+#options       UVMHIST
 
 ## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
 ## such that gdb(1) can be used on a kernel coredump.
@@ -96,6 +96,9 @@
 # Disable kernel security.
 #options       INSECURE
 
+# Reduce kernel size a little
+options        VNODE_OP_NOINLINE
+
 # NFS boot options
 options        NFS_BOOT_DHCP           # superset of BOOTP
 options        NFS_BOOT_BOOTPARAM



Home | Main Index | Thread Index | Old Index