Update BlInitializePageMap() description

This commit is contained in:
Rafal Kupiec 2024-01-18 15:10:32 +01:00
parent c716ad81f0
commit 9f5018abf0
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -160,11 +160,14 @@ BlGetMemoryMap(OUT PEFI_MEMORY_MAP MemoryMap)
* @param PageMap * @param PageMap
* Supplies a pointer to the page mapping structure. * Supplies a pointer to the page mapping structure.
* *
* @param MemoryMapAddress
* Supplies an address of the mapped virtual memory area.
*
* @param PageMapLevel * @param PageMapLevel
* Specifies a number of of paging structures levels. * Specifies a number of of paging structures levels.
* *
* @param MemoryMapAddress * @param PageSize
* Supplies an address of the mapped virtual memory area. * Specifies a page size (currently it has no effect).
* *
* @return This routine does not return any value. * @return This routine does not return any value.
* *