From owner-freebsd-current@freebsd.org Sun Aug 12 11:43:25 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A349106D6EC for ; Sun, 12 Aug 2018 11:43:25 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9CB08424A for ; Sun, 12 Aug 2018 11:43:24 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from coleburn.home.andric.com (coleburn.home.andric.com [192.168.0.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 5EB4639986; Sun, 12 Aug 2018 13:43:21 +0200 (CEST) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_E6584D6E-2B3A-4C67-AC90-AF7B53AACE3E"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: FreeBSD elf_machine_id Date: Sun, 12 Aug 2018 13:43:17 +0200 In-Reply-To: Cc: FreeBSD current To: blubee blubeeme References: X-Mailer: Apple Mail (2.3445.9.1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2018 11:43:25 -0000 --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 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--