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)
Tue, Apr 7, 3:36 AM
Unknown Object (File)
Tue, Mar 31, 9:48 AM
Unknown Object (File)
Tue, Mar 31, 7:04 AM
Unknown Object (File)
Mon, Mar 30, 9:00 PM
Unknown Object (File)
Sat, Mar 28, 10:10 PM
Unknown Object (File)
Mar 13 2026, 3:41 PM
Unknown Object (File)
Mar 10 2026, 6:11 PM
Unknown Object (File)
Mar 9 2026, 10:04 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