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, Jun 1, 9:21 AM
Unknown Object (File)
Tue, May 26, 2:28 PM
Unknown Object (File)
Tue, May 26, 2:22 PM
Unknown Object (File)
Mon, May 25, 9:23 PM
Unknown Object (File)
Mon, May 25, 9:12 PM
Unknown Object (File)
Sun, May 24, 12:48 AM
Unknown Object (File)
Sat, May 23, 11:19 PM
Unknown Object (File)
Sat, May 23, 5:38 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