File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ CreateFreeLoaderReactOSEntries(
8181 /* ReactOS_Debug */
8282 // BootEntry->BootEntryKey = MAKESTRKEY(L"ReactOS_Debug");
8383 BootEntry -> FriendlyName = L"\"ReactOS (Debug)\"" ;
84- Options -> OsLoadOptions = L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS" ;
84+ Options -> OsLoadOptions = L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /FIRSTCHANCE " ;
8585 AddBootStoreEntry (BootStoreHandle , BootEntry , MAKESTRKEY (L"ReactOS_Debug" ));
8686
8787#ifdef _WINKD_
@@ -96,7 +96,7 @@ CreateFreeLoaderReactOSEntries(
9696 /* ReactOS_KdSerial */
9797 // BootEntry->BootEntryKey = MAKESTRKEY(L"ReactOS_KdSerial");
9898 BootEntry -> FriendlyName = L"\"ReactOS (RosDbg)\"" ;
99- Options -> OsLoadOptions = L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /KDSERIAL" ;
99+ Options -> OsLoadOptions = L"/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /KDSERIAL /FIRSTCHANCE " ;
100100 AddBootStoreEntry (BootStoreHandle , BootEntry , MAKESTRKEY (L"ReactOS_KdSerial" ));
101101#endif
102102
@@ -138,7 +138,7 @@ CreateFreeLoaderReactOSEntries(
138138#endif
139139 {
140140#if DBG
141- BootOptions .NextBootEntryKey = MAKESTRKEY (L"ReactOS_Debug " );
141+ BootOptions .NextBootEntryKey = MAKESTRKEY (L"ReactOS_KdSerial " );
142142#else
143143 BootOptions .NextBootEntryKey = MAKESTRKEY (L"ReactOS" );
144144#endif
@@ -155,7 +155,7 @@ CreateFreeLoaderReactOSEntries(
155155 else
156156 {
157157 /* Timeout=10 */
158- BootOptions .Timeout = 10 ;
158+ BootOptions .Timeout = 1 ;
159159 }
160160#endif
161161
Original file line number Diff line number Diff line change 11[FREELOADER]
22DefaultOS =LiveCD_Debug
3- TimeOut =5
3+ TimeOut =1
44
55[Display]
66TitleText =ReactOS LiveCD
@@ -18,12 +18,12 @@ LiveCD_LogFile="LiveCD (Log file)"
1818[LiveCD]
1919BootType =Windows2003
2020SystemPath =\reactos
21- Options =/FASTDETECT /MININT
21+ Options =/FASTDETECT /MININT / HAL =halxbox.dll
2222
2323[LiveCD_Debug]
2424BootType =Windows2003
2525SystemPath =\reactos
26- Options =/DEBUG /DEBUGPORT =COM1 /BAUDRATE =115200 /SOS /FASTDETECT /MININT
26+ Options =/DEBUG /DEBUGPORT =COM1 /BAUDRATE =115200 /SOS /FASTDETECT /MININT /KDSERIAL /FIRSTCHANCE / HAL =halxbox.dll
2727
2828[LiveCD_Macpi]
2929BootType =Windows2003
@@ -43,7 +43,7 @@ Options=/DEBUG /DEBUGPORT=VBOX /SOS /FASTDETECT /MININT
4343[LiveCD_Screen]
4444BootType =Windows2003
4545SystemPath =\reactos
46- Options =/DEBUG /DEBUGPORT =SCREEN /SOS /FASTDETECT /MININT
46+ Options =/DEBUG /DEBUGPORT =SCREEN /SOS /FASTDETECT /MININT /FIRSTCHANCE / HAL =halxbox.dll
4747
4848[LiveCD_LogFile]
4949BootType =Windows2003
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ Cabinet=reactos.cab
214214
215215[SetupData]
216216DefaultPath = \ReactOS
217- SetupDebugOptions = "/DEBUG /KDSERIAL /DEBUGPORT=COM1 /FIRSTCHANCE"
217+ SetupDebugOptions = "/DEBUG /KDSERIAL /DEBUGPORT=COM1 /FIRSTCHANCE /HAL=halxbox.dll "
218218;SetupDebugOptions = "/DEBUG /SOS /DEBUGPORT=SCREEN"
219219OsLoadOptions = "/FASTDETECT /NOGUIBOOT /NODEBUG"
220220
You can’t perform that action at this time.
0 commit comments