Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/conf Enable DDB history.



details:   https://anonhg.NetBSD.org/src/rev/b9880f0ece33
branches:  trunk
changeset: 473966:b9880f0ece33
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 23 22:42:52 1999 +0000

description:
Enable DDB history.

diffstat:

 sys/arch/hp300/conf/BASALT |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6f4dc57cc9ad -r b9880f0ece33 sys/arch/hp300/conf/BASALT
--- a/sys/arch/hp300/conf/BASALT        Wed Jun 23 19:26:13 1999 +0000
+++ b/sys/arch/hp300/conf/BASALT        Wed Jun 23 22:42:52 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: BASALT,v 1.27 1998/12/19 20:05:19 thorpej Exp $
+#      $NetBSD: BASALT,v 1.28 1999/06/23 22:42:52 thorpej Exp $
 #
 # Kernel for basalt.og.org - thorpej's HP380 file server.
 #
@@ -52,7 +52,7 @@
 # Debugging options
 options        DIAGNOSTIC      # Kernel sanity checks
 options        DDB             # Kernel Dynamic Debugger
-#options       DDB_HISTORY_SIZE=100    # Enable history editing in DDB
+options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 options        DDB_ONPANIC=0   # Don't go into DDB on panic
 makeoptions    DEBUG="-g"      # netbsd.gdb with full debugging symbols
 



Home | Main Index | Thread Index | Old Index