Do not attempt to load PT_DYNAMIC segment for FreeBSD kernel.
This segment just references part of another PT_LOAD segment that contains info related to dynamic linking. Loading this segment just re-loads a part of another segment that was already loaded. More gratuitous seeks, bad for TFTP. The FreeBSD loader handles the PT_DYNAMIC segment, but it appears to be for its own benefit and does not affect the kernel that was loaded.
Please register or sign in to comment