Skip to content
  • Mike Hibler's avatar
    Do not attempt to load PT_DYNAMIC segment for FreeBSD kernel. · 13d46535
    Mike Hibler authored
    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.
    13d46535