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)
Thu, Jul 3, 11:36 PM
Unknown Object (File)
Fri, Jun 27, 8:07 PM
Unknown Object (File)
Mon, Jun 23, 7:22 AM
Unknown Object (File)
Fri, Jun 20, 6:53 PM
Unknown Object (File)
Mon, Jun 16, 12:30 PM
Unknown Object (File)
Jun 14 2025, 5:50 PM
Unknown Object (File)
Jun 9 2025, 7:48 AM
Unknown Object (File)
Jun 6 2025, 6:03 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