Page MenuHomeFreeBSD

arm_kernel_bothdr.awk: Update to latest ota
ClosedPublic

Authored by imp on Apr 15 2024, 9:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 9:03 AM
Unknown Object (File)
Mon, Oct 13, 9:03 AM
Unknown Object (File)
Mon, Oct 13, 9:03 AM
Unknown Object (File)
Sun, Oct 12, 8:37 PM
Unknown Object (File)
Thu, Sep 18, 11:37 PM
Unknown Object (File)
Wed, Sep 17, 5:52 AM
Unknown Object (File)
Tue, Sep 16, 8:28 PM
Unknown Object (File)
Tue, Sep 16, 6:22 AM
Subscribers
None

Details

Summary

The latest ota is the first one in FreeBSD that treats 0 + "0xf" as
being '0' instead of '15'. Don't use this old trick anymore to convert
from hexidecimal to a number. Write a function to do that instead. This
fixes kernel.bin building on arm*.

Sponsored by: Netflix
MFC After: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable