Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/b68f0b7038bd
branches:  trunk
changeset: 494599:b68f0b7038bd
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Jul 09 01:35:52 2000 +0000

description:
Enable DDB history.

diffstat:

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

diffs (18 lines):

diff -r 9ca8325e45e7 -r b68f0b7038bd sys/arch/i386/conf/MINBAR
--- a/sys/arch/i386/conf/MINBAR Sun Jul 09 00:59:03 2000 +0000
+++ b/sys/arch/i386/conf/MINBAR Sun Jul 09 01:35:52 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MINBAR,v 1.17 2000/06/11 02:41:10 mycroft Exp $
+#      $NetBSD: MINBAR,v 1.18 2000/07/09 01:35:52 mycroft Exp $
 #      From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
 #
 #      MINBAR -- offshore CVS server
@@ -65,7 +65,7 @@
 #options       DEBUG           # expensive debugging checks/support
 #options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # in-kernel debugger
-#options       DDB_HISTORY_SIZE=100    # enable history editing in DDB
+options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 #options       KGDB            # remote debugger
 #options       "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
 #makeoptions   DEBUG="-g"      # compile full symbol table



Home | Main Index | Thread Index | Old Index