From: deraadt Date: Mon, 6 May 1996 11:49:24 +0000 (+0000) Subject: want ddb X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=64ca688ed228fef0c02919fdf057ffca5917cb4b;p=openbsd want ddb --- diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP index a1b6d7945cd..3ada3ca39b8 100644 --- a/sys/arch/i386/conf/LAP +++ b/sys/arch/i386/conf/LAP @@ -1,4 +1,4 @@ -# $OpenBSD: LAP,v 1.1 1996/05/04 09:19:58 deraadt Exp $ +# $OpenBSD: LAP,v 1.2 1996/05/06 11:49:24 deraadt Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -28,7 +28,7 @@ options SWAPPAGER # paging; REQUIRED options VNODEPAGER # mmap() of files options DEVPAGER # mmap() of devices -#options DDB # in-kernel debugger +options DDB # in-kernel debugger #options DIAGNOSTIC # internal consistency checks options KTRACE # system call tracing, a la ktrace(1) diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index 5472261223f..5c30b765aa5 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -1,4 +1,4 @@ -# $OpenBSD: TDR,v 1.7 1996/05/04 09:20:35 deraadt Exp $ +# $OpenBSD: TDR,v 1.8 1996/05/06 11:49:26 deraadt Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -28,7 +28,7 @@ options SWAPPAGER # paging; REQUIRED options VNODEPAGER # mmap() of files options DEVPAGER # mmap() of devices -#options DDB # in-kernel debugger +options DDB # in-kernel debugger #options DIAGNOSTIC # internal consistency checks options KTRACE # system call tracing, a la ktrace(1)