[NTOS:MM] Use image prefix in MmLoadSystemImage
authorWu Haotian <RigoLigo03@gmail.com>
Mon, 9 Jan 2023 14:55:29 +0000 (22:55 +0800)
committerVictor Perevertkin <victor@perevertkin.ru>
Tue, 17 Jan 2023 23:35:19 +0000 (02:35 +0300)
commit346477fb3c98246b03ec3fcb60b50b562aa7ab85
treeb102c6b40d139ab59932b2ef76f749eb912e6578
parent543d3902599e98401dae73ca690f89b93b6d8d7d
[NTOS:MM] Use image prefix in MmLoadSystemImage

MmLoadSystemImage has a PUNICODE_STRING NamePrefix parameter which is
currently unused in ReactOS. When the kernel loads the crash dump
storage stack drivers, the drivers will be loaded with MmLoadSystemImage
with a "dump_" or "hiber_" (for hibernation, which uses crash dump
stack too) prefix. This change adds in the prefix support, and is
supposed to push crash dump support forward.

CORE-376
ntoskrnl/mm/ARM3/sysldr.c