diff options
author | 1996-01-12 02:08:49 +0000 | |
---|---|---|
committer | 1996-01-12 02:08:49 +0000 | |
commit | 64bfcb35ea1e86ff2864e098a6280ed02a109acd (patch) | |
tree | 69abaa69f4c38114455ce734c7093968276299b2 | |
parent | Remove obsolete GCC (diff) | |
download | wireguard-openbsd-64bfcb35ea1e86ff2864e098a6280ed02a109acd.tar.xz wireguard-openbsd-64bfcb35ea1e86ff2864e098a6280ed02a109acd.zip |
disable ddb, enable vnd
-rw-r--r-- | sys/arch/i386/conf/TDR | 4 |
1 files changed, 2 insertions, 2 deletions
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 |