mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2026-08-26 21:27:15 -05: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.