Recent releases of Windows (10 and 11 in particular) allow
online edition updates which involve a driver migration step,
which occurs in SAFEBOOT mode.
In some rare cases, this step may fail (for a variety of reasons).
This additional logging added to debug such upgrade cases.
Signed-Off-By: Martin Harvey <martin.harvey@citrix.com>
BOOLEAN After;
NTSTATUS status;
+ Info("%p - %p [%s]\n",
+ Start,
+ Start + Size - 1,
+ Name);
+
New = __ModuleAllocate(sizeof (MODULE));
status = STATUS_NO_MEMORY;