diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 11:49:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 11:49:27 +0000 |
commit | bf3991667c0af4bd9feb391dba9900d4c46ae4da (patch) | |
tree | a08d28fb154a9bac9a6c1e78f34a9434078d52b0 /sys/arch | |
parent | c5ed4470250ba9584d07e6988a7be82b4fc1e9c5 (diff) |
want ddb
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/LAP | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/TDR | 4 |
2 files changed, 4 insertions, 4 deletions
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) |