mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
When doing a debug boot pass /NOGUIBOOT to disable the
splash screen so we can see the /DEBUGPORT=SCREEN output. svn path=/trunk/; revision=10413
This commit is contained in:
@@ -248,12 +248,12 @@ CreateFreeLoaderIniForDos(PWCHAR IniPath,
|
||||
L"SystemPath",
|
||||
ArcPath);
|
||||
|
||||
/* Options=/DEBUGPORT=SCREEN */
|
||||
/* Options=/DEBUGPORT=SCREEN /NOGUIBOOT */
|
||||
IniCacheInsertKey(IniSection,
|
||||
NULL,
|
||||
INSERT_LAST,
|
||||
L"Options",
|
||||
L"/DEBUGPORT=SCREEN");
|
||||
L"/DEBUGPORT=SCREEN /NOGUIBOOT");
|
||||
|
||||
/* Create "DOS" section */
|
||||
IniSection = IniCacheAppendSection(IniCache,
|
||||
@@ -359,12 +359,12 @@ CreateFreeLoaderIniForReactos(PWCHAR IniPath,
|
||||
L"SystemPath",
|
||||
ArcPath);
|
||||
|
||||
/* Options=/DEBUGPORT=SCREEN */
|
||||
/* Options=/DEBUGPORT=SCREEN /NOGUIBOOT */
|
||||
IniCacheInsertKey(IniSection,
|
||||
NULL,
|
||||
INSERT_LAST,
|
||||
L"Options",
|
||||
L"/DEBUGPORT=SCREEN");
|
||||
L"/DEBUGPORT=SCREEN /NOGUIBOOT");
|
||||
|
||||
/* Save the ini file */
|
||||
IniCacheSave(IniCache, IniPath);
|
||||
|
||||
Reference in New Issue
Block a user