summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/LAP
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/conf/LAP')
-rw-r--r--sys/arch/i386/conf/LAP4
1 files changed, 2 insertions, 2 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)