mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:05:41 +00:00
[0.4.14][FREELDR] LogSpam before the Dash-separator already CORE-18033
Our default configuration started to spam before the dash separator for 2nd-/3rd-stage:
(boot/freeldr/freeldr/ntldr/winldr.c:628) fixme: LoadWindowsCore: SOS - TRUE (not implemented)
(ntoskrnl/kd64/kdinit.c:74) -----------------------------------------------------
since 0.4.14-dev-1347-g 305e856ef8
I left master untouched for now, because hbelusca has something in the making
for the actual implementation already. He expects to merge that "soon"(TM)
and does not have to merge anything then. I do not intend to wait that long
for the release though.
The other options are left in spam-mode, because they are not the default.
This commit is contained in:
parent
e6038e0e7d
commit
9f847bd3d4
1 changed files with 1 additions and 1 deletions
|
@ -676,7 +676,7 @@ LoadWindowsCore(IN USHORT OperatingSystemVersion,
|
|||
if (_strnicmp(Options, "SOS", 3) == 0)
|
||||
{
|
||||
/* We found the SOS option. */
|
||||
FIXME("LoadWindowsCore: SOS - TRUE (not implemented)\n");
|
||||
TRACE("LoadWindowsCore: SOS - TRUE (not implemented)\n");
|
||||
SosEnabled = TRUE;
|
||||
}
|
||||
if (OperatingSystemVersion > _WIN32_WINNT_NT4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue