mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +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]
|
||||
DefaultPath = \ReactOS
|
||||
OsLoadOptions = "/NOGUIBOOT /NODEBUG"
|
||||
DbgOsLoadOptions = "/NOGUIBOOT /DEBUGPORT=COM1 /FIRSTCHANCE"
|
||||
DbgOsLoadOptions = "/NOGUIBOOT /KDSERIAL /DEBUGPORT=COM1 /FIRSTCHANCE"
|
||||
;DbgOsLoadOptions = "/SOS /DEBUGPORT=SCREEN"
|
||||
;DbgOsLoadOptions = "/NOGUIBOOT /DEBUGPORT=BOCHS"
|
||||
|
||||
|
|
Loading…
Reference in a new issue