mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +00:00
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:
parent
8f0db19a99
commit
3eb6f2228b
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ Cabinet=reactos.cab
|
||||||
[SetupData]
|
[SetupData]
|
||||||
DefaultPath = \ReactOS
|
DefaultPath = \ReactOS
|
||||||
OsLoadOptions = "/NOGUIBOOT /NODEBUG"
|
OsLoadOptions = "/NOGUIBOOT /NODEBUG"
|
||||||
DbgOsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1 /FIRSTCHANCE"
|
DbgOsLoadOptions = "/NOGUIBOOT /KDSERIAL /DEBUGPORT=COM1 /FIRSTCHANCE"
|
||||||
;DbgOsLoadOptions = "/SOS /DEBUGPORT=SCREEN"
|
;DbgOsLoadOptions = "/SOS /DEBUGPORT=SCREEN"
|
||||||
;DbgOsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"
|
;DbgOsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue