Author: tkreuzer
Date: Tue Dec 9 19:27:58 2008
New Revision: 37992
URL:
http://svn.reactos.org/svn/reactos?rev=37992&view=rev
Log:
Goodbye kdbg, hello WINKD
Modified:
branches/ros-amd64-bringup/reactos/config-amd64.template.rbuild
Modified: branches/ros-amd64-bringup/reactos/config-amd64.template.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/confi…
==============================================================================
--- branches/ros-amd64-bringup/reactos/config-amd64.template.rbuild [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/config-amd64.template.rbuild [iso-8859-1] Tue Dec
9 19:27:58 2008
@@ -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