mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Goodbye kdbg, hello WINKD
svn path=/branches/ros-amd64-bringup/; revision=37992
This commit is contained in:
parent
c5456baba1
commit
3e1cd207ec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue