Re: DFreeBSD/arm64 EFI loader, Revision 3.0
Mark Millard <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <[email protected]> |
On 3/18/26 17:54, Graham Perrin wrote: > Is the uppercase D at the beginning of the string negligible? > > Seen with ARM64 (1600013) but not AMD64. > > ---- > > root@aarch64:~ # echo $SHELL > > /bin/tcsh > root@aarch64:~ # strings /boot/efi/EFI/BOOT/BOOTAA64.EFI | grep FreeBSD > | grep EFI > > DFreeBSD/arm64 EFI loader, Revision 3.0 Seems likely build specific. For example, my somewhat old context gets: # strings /boot/efi/EFI/BOOT/BOOTAA64.EFI | grep FreeBSD | grep EFI FreeBSD/arm64 EFI loader, Revision 3.0 The [email protected] reply looks accurate to me. One would have to analyze the file layout and establish were strings starts are in order to know if the D was part of string of interest vs. not. > root@aarch64:~ # freebsd-version -kru ; uname -mvKU > > 16.0-CURRENT > 16.0-CURRENT > 16.0-CURRENT > FreeBSD 16.0-CURRENT main-n284512-a0b3ef195260 GENERIC arm64 1600013 > 1600013 > root@aarch64:~ # > > > -- === Mark Millard marklmi at yahoo.com