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, Mar 10, 1:00 AM
Unknown Object (File)
Feb 27 2025, 8:05 AM
Unknown Object (File)
Feb 26 2025, 1:17 AM
Unknown Object (File)
Feb 25 2025, 11:51 PM
Unknown Object (File)
Feb 25 2025, 10:27 PM
Unknown Object (File)
Feb 22 2025, 2:23 PM
Unknown Object (File)
Feb 20 2025, 10:02 AM
Unknown Object (File)
Feb 13 2025, 5:21 PM
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