From: deraadt Date: Fri, 12 Jan 1996 02:08:49 +0000 (+0000) Subject: disable ddb, enable vnd X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=64bfcb35ea1e86ff2864e098a6280ed02a109acd;p=openbsd disable ddb, enable vnd --- diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index 4f352ed327a..07de94e4d7a 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -22,7 +22,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 # internally consistency checks options KTRACE # system call tracing, a la ktrace(1) @@ -159,4 +159,4 @@ pseudo-device tun 2 # network tunneling over tty pseudo-device pty 32 # pseudo-terminals #pseudo-device tb 1 # tablet line discipline -#pseudo-device vnd 4 # paging to files +pseudo-device vnd 4 # paging to files