mirror of
https://github.com/ipxe/ipxe
synced 2026-01-23 20:49:40 +03:00
6fd927f929d0e64be90cf2a4c39681bc3ad4a065
If paging is not supported, then we will attempt to apply dynamic relocations to fix up the runtime addresses. If the image is currently executing directly from flash memory, this can result in effectively sending an undefined sequence of commands to the flash device, which can cause unwanted side effects. Perform an explicit writability test before applying relocations, using a write value chosen to be safe for at least any devices conforming to the JEDEC Common Flash Interface (CFI01). Signed-off-by: Michael Brown <mcb30@ipxe.org>
iPXE README File Quick start guide: cd src make For any more detailed instructions, see http://ipxe.org
Languages
C
97.3%
Assembly
1.5%
Perl
0.6%
Makefile
0.3%
Python
0.2%