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, Jan 3, 4:36 PM
Unknown Object (File)
Nov 6 2024, 7:50 PM
Unknown Object (File)
Nov 6 2024, 7:49 PM
Unknown Object (File)
Oct 25 2024, 6:04 PM
Unknown Object (File)
Oct 25 2024, 6:04 PM
Unknown Object (File)
Oct 25 2024, 6:03 PM
Unknown Object (File)
Oct 25 2024, 5:49 PM
Unknown Object (File)
Sep 27 2024, 5:02 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