[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:
Joachim Henze 2022-02-05 06:15:07 +01:00
parent e6038e0e7d
commit 9f847bd3d4

View file

@ -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)