https://git.reactos.org/?p=reactos.git;a=commitdiff;h=84c26953e49ff0eda4c56…
commit 84c26953e49ff0eda4c5608295f23c164c914bab
Author: Timo Kreuzer <timo.kreuzer(a)reactos.org>
AuthorDate: Tue Dec 19 18:30:13 2017 +0100
[BOOT] Add VBox debug to livecd.ini
---
boot/bootdata/livecd.ini | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/boot/bootdata/livecd.ini b/boot/bootdata/livecd.ini
index 17a60e9253..914ebf66fc 100644
--- a/boot/bootdata/livecd.ini
+++ b/boot/bootdata/livecd.ini
@@ -27,6 +27,7 @@ TimeText=Seconds until highlighted choice will be started
automatically:
[Operating Systems]
LiveCD="LiveCD"
LiveCD_Debug="LiveCD (Debug)"
+LiveCD_VBoxDebug="LiveCD (VBox Debug)"
LiveCD_Screen="LiveCD (Screen)"
LiveCD_LogFile="LiveCD (Log file)"
@@ -40,6 +41,11 @@ BootType=Windows2003
SystemPath=\reactos
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT
+[LiveCD_VBoxDebug]
+BootType=Windows2003
+SystemPath=\reactos
+Options=/DEBUG /DEBUGPORT=VBOX /SOS /MININT
+
[LiveCD_Screen]
BootType=Windows2003
SystemPath=\reactos