Didnt mean to commit this in the last one.

svn path=/trunk/; revision=20638
This commit is contained in:
Brandon Turner
2006-01-07 01:26:05 +00:00
parent fc89076d16
commit 44d2546ad8
+2 -2
View File
@@ -245,7 +245,7 @@ CreateFreeLoaderIniForDos(PWCHAR IniPath,
NULL,
INSERT_LAST,
L"Options",
L"/DEBUGPORT=COM1 /NOGUIBOOT");
L"/DEBUGPORT=SCREEN /NOGUIBOOT");
/* Create "DOS" section */
IniSection = IniCacheAppendSection(IniCache,
@@ -356,7 +356,7 @@ CreateFreeLoaderIniForReactos(PWCHAR IniPath,
NULL,
INSERT_LAST,
L"Options",
L"/DEBUGPORT=COM1 /NOGUIBOOT");
L"/DEBUGPORT=SCREEN /NOGUIBOOT");
/* Save the ini file */
IniCacheSave(IniCache, IniPath);