Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf turn off UVMHIST. turn on LKM. make...



details:   https://anonhg.NetBSD.org/src/rev/bb75d468a0d3
branches:  trunk
changeset: 503404:bb75d468a0d3
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Feb 05 12:49:11 2001 +0000

description:
turn off UVMHIST.  turn on LKM.   makeoptions DEBUG=-g

diffstat:

 sys/arch/sparc64/conf/POWEROFSEVEN32 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 5c2e4456fe91 -r bb75d468a0d3 sys/arch/sparc64/conf/POWEROFSEVEN32
--- a/sys/arch/sparc64/conf/POWEROFSEVEN32      Mon Feb 05 12:48:33 2001 +0000
+++ b/sys/arch/sparc64/conf/POWEROFSEVEN32      Mon Feb 05 12:49:11 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: POWEROFSEVEN32,v 1.6 2001/02/02 07:33:42 mrg Exp $
+#      $NetBSD: POWEROFSEVEN32,v 1.7 2001/02/05 12:49:11 mrg Exp $
 #
 # Configuration for Ultra5/Ultra10
 
@@ -33,8 +33,8 @@
 config         netbsd  root on ? type ?
 
 ## UVM options.
-options        UVM_PAGE_TRKOWN
-options        UVMHIST
+#options       UVM_PAGE_TRKOWN
+#options       UVMHIST
 #options       UVMHIST_PRINT   # Loud!
 
 ## System call tracing (see ktrace(1)).
@@ -52,7 +52,7 @@
 #options       SHMMAXPGS=1024  # 1024 pages is the default
 
 ## Loadable kernel module support; still under development.
-#options       LKM
+options        LKM
 
 ## NFS boot options; default on sparc is the bootparam protocol
 options        NFS_BOOT_BOOTPARAM
@@ -81,7 +81,7 @@
 ## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
 ## such that gdb(1) can be used on a kernel coredump.
 
-#makeoptions   DEBUG="-g"
+makeoptions    DEBUG="-g"
 
 
 ## Adds code to the kernel that does internal consistency checks, and will



Home | Main Index | Thread Index | Old Index