Goodbye kdbg, hello WINKD

svn path=/branches/ros-amd64-bringup/; revision=37992
This commit is contained in:
Timo Kreuzer 2008-12-10 01:27:58 +00:00
parent c5456baba1
commit 3e1cd207ec

View 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