disable ddb, enable vnd
authorderaadt <deraadt@openbsd.org>
Fri, 12 Jan 1996 02:08:49 +0000 (02:08 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 12 Jan 1996 02:08:49 +0000 (02:08 +0000)
sys/arch/i386/conf/TDR

index 4f352ed..07de94e 100644 (file)
@@ -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