[ros-diffs] [spetreolle] 56198: Enable /KDSERIAL in bootcd. This will allow debugging first stage on the KVM test bot.

spetreolle at svn.reactos.org spetreolle at svn.reactos.org
Tue Mar 20 22:37:00 UTC 2012


Author: spetreolle
Date: Tue Mar 20 22:37:00 2012
New Revision: 56198

URL: http://svn.reactos.org/svn/reactos?rev=56198&view=rev
Log:
Enable /KDSERIAL in bootcd.
This will allow debugging first stage on the KVM test bot.

Modified:
    trunk/reactos/boot/bootdata/txtsetup.sif

Modified: trunk/reactos/boot/bootdata/txtsetup.sif
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/txtsetup.sif?rev=56198&r1=56197&r2=56198&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/txtsetup.sif [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/txtsetup.sif [iso-8859-1] Tue Mar 20 22:37:00 2012
@@ -117,7 +117,7 @@
 [SetupData]
 DefaultPath = \ReactOS
 OsLoadOptions = "/NOGUIBOOT /NODEBUG"
-DbgOsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1 /FIRSTCHANCE"
+DbgOsLoadOptions = "/NOGUIBOOT /KDSERIAL /DEBUGPORT=COM1 /FIRSTCHANCE"
 ;DbgOsLoadOptions = "/SOS /DEBUGPORT=SCREEN"
 ;DbgOsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"
 




More information about the Ros-diffs mailing list