Releases: SamuelTulach/efi-memory
Releases · SamuelTulach/efi-memory
1.3
1.2
If you are one Windows 1909 and below, please use older versions of the mapper since they are using ExAllocatePool and not a fixed buffer array. I chose to use a fixed buffer since I was lazy and I did not want to manually reserve the physical memory region and then map it to usermode.
Also please note that your driver can't have more than 25 megabytes in this implementation.
1.1
This release changes lot of things. Instead of using NtGdiDdDDIReclaimAllocations2 it calls all functions (including driver entry point itself) directly through EFI.
1.0
Rename LICENSE.md to LICENSE.txt