CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2018/10/26 09:00:54

Modified files:
        sys/arch/i386/conf: ld.script 

Log message:
With lld the calculation of the entry point was wrong since
LOADADDR(.text) is only available after the description of the text
section.  Instead simply use ENTRY(start) like we do on amd64.  The
bootloader strips the high bits from the entry point address already,
so using the virtual address as the entry point address works.

with/ok kettenis@

Reply via email to