Goodbye kdbg, hello WINKD
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 10 Dec 2008 01:27:58 +0000 (01:27 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 10 Dec 2008 01:27:58 +0000 (01:27 +0000)
svn path=/branches/ros-amd64-bringup/; revision=37992

reactos/config-amd64.template.rbuild

index 9403c65..20d50aa 100644 (file)
@@ -43,7 +43,7 @@
 <!--
        Whether to compile in the integrated kernel debugger.
 -->
-<property name="KDBG" value="1" />
+<property name="KDBG" value="0" />
 
 
 <!--
@@ -75,7 +75,7 @@
        TinyKRNL. Booting into debug mode with this flag enabled will result in a
        failure to enter GUI mode. Do not enable unless you know what you're doing.
 -->
-<property name="_WINKD_" value="0" />
+<property name="_WINKD_" value="1" />
 
 <!--
        Whether to compile support for ELF files. Do not enable unless you know what