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)
Fri, Mar 13, 3:41 PM
Unknown Object (File)
Tue, Mar 10, 6:11 PM
Unknown Object (File)
Mon, Mar 9, 10:04 PM
Unknown Object (File)
Sun, Mar 8, 9:46 AM
Unknown Object (File)
Sun, Mar 8, 7:25 AM
Unknown Object (File)
Sat, Mar 7, 6:47 PM
Unknown Object (File)
Mon, Mar 2, 3:35 AM
Unknown Object (File)
Jan 9 2026, 3:46 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