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)
Wed, Jul 24, 10:22 AM
Unknown Object (File)
Tue, Jul 16, 9:14 AM
Unknown Object (File)
Mon, Jul 1, 12:01 AM
Unknown Object (File)
Jun 26 2024, 1:00 PM
Unknown Object (File)
Jun 23 2024, 12:57 PM
Unknown Object (File)
Jun 14 2024, 3:53 AM
Unknown Object (File)
Jun 10 2024, 11:11 PM
Unknown Object (File)
May 26 2024, 3:03 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