Date: Sun, 12 Aug 2018 13:43:17 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: blubee blubeeme <gurenchan@gmail.com> Cc: FreeBSD current <freebsd-current@freebsd.org> Subject: Re: FreeBSD elf_machine_id Message-ID: <A1CEB6C9-5927-40CF-B0CE-B006B2A08574@FreeBSD.org> In-Reply-To: <CALM2mEmySWV-fVaFtrADi35=2ifL4YgeLWfuXHx9Q6c5SGjd7A@mail.gmail.com> References: <CALM2mEmySWV-fVaFtrADi35=2ifL4YgeLWfuXHx9Q6c5SGjd7A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_E6584D6E-2B3A-4C67-AC90-AF7B53AACE3E Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 12 Aug 2018, at 13:21, blubee blubeeme <gurenchan@gmail.com> wrote: > > What's the elf_machine_id for FreeBSD amd64 systems? > > How can I find this info? There isn't any FreeBSD-specific machine ID, just a machine ID for x86-64 (aka amd64) in general: $ grep x86-64 /usr/include/sys/elf_common.h #define EM_X86_64 62 /* Advanced Micro Devices x86-64 */ #define EM_AMD64 EM_X86_64 /* Advanced Micro Devices x86-64 (compat) */ -Dimitry --Apple-Mail=_E6584D6E-2B3A-4C67-AC90-AF7B53AACE3E Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCW3AdVQAKCRCwXqMKLiCW o0snAKCOTQy6vjpPmBfkT10W9Q+Ejzl5fACbBUIS/uo/hObnaK69JlArbi/PBj8= =84pA -----END PGP SIGNATURE----- --Apple-Mail=_E6584D6E-2B3A-4C67-AC90-AF7B53AACE3E--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A1CEB6C9-5927-40CF-B0CE-B006B2A08574>