From 9f5018abf023539bd7505836fef7e25aa97bdf55 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Thu, 18 Jan 2024 15:10:32 +0100 Subject: [PATCH] Update BlInitializePageMap() description --- xtldr/memory.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xtldr/memory.c b/xtldr/memory.c index 79d1101..3b50942 100644 --- a/xtldr/memory.c +++ b/xtldr/memory.c @@ -160,11 +160,14 @@ BlGetMemoryMap(OUT PEFI_MEMORY_MAP MemoryMap) * @param PageMap * Supplies a pointer to the page mapping structure. * + * @param MemoryMapAddress + * Supplies an address of the mapped virtual memory area. + * * @param PageMapLevel * Specifies a number of of paging structures levels. * - * @param MemoryMapAddress - * Supplies an address of the mapped virtual memory area. + * @param PageSize + * Specifies a page size (currently it has no effect). * * @return This routine does not return any value. *