diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-12 02:08:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-12 02:08:50 +0000 |
commit | 23884da2da4967481494ebba3e037099b5242826 (patch) | |
tree | 084c8843d7168594e2f649b5c255759af9fe4730 /sys/arch/i386/conf/TDR | |
parent | fefbb780014d39d5d1d3540cace46e199a9ffeb9 (diff) |
disable ddb, enable vnd
Diffstat (limited to 'sys/arch/i386/conf/TDR')
-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 |