mirror of
https://github.com/memtest86plus/memtest86plus
synced 2025-03-15 02:12:57 +03:00

The EFI image .text section is taken from memtest_shared.bin, which is a combined code and data section. Some recent UEFI BIOSs set the page protection attributes when loading EFI images, so we need to mark this section as both executable and writable to prevent page faults. Fixes issue #413 and should fix issue #377.