Enable /KDSERIAL in bootcd.

This will allow debugging first stage on the KVM test bot.

svn path=/trunk/; revision=56198
This commit is contained in:
Sylvain Petreolle 2012-03-20 22:37:00 +00:00
parent 8f0db19a99
commit 3eb6f2228b

View file

@ -117,7 +117,7 @@ Cabinet=reactos.cab
[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"