From owner-freebsd-questions@freebsd.org Wed Jun 28 11:45:12 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BC70D9FF13 for ; Wed, 28 Jun 2017 11:45:12 +0000 (UTC) (envelope-from emelville@anomali.com) Received: from mail-pg0-x22b.google.com (mail-pg0-x22b.google.com [IPv6:2607:f8b0:400e:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E32D475A5C for ; Wed, 28 Jun 2017 11:45:11 +0000 (UTC) (envelope-from emelville@anomali.com) Received: by mail-pg0-x22b.google.com with SMTP id t186so30856486pgb.1 for ; Wed, 28 Jun 2017 04:45:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=anomali.com; s=google; h=from:mime-version:subject:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ACSi/Sq+8EUhgGyDvpxqi4fX8iLX4srfjae3S19YHDw=; b=XtBK4IHIY/8pKrJSNlzHctglmG8QTmn5xv4dv3VbCZIY2k8W3IhIDL26STDf0BM1fj ErpXaXZEeMvNOPRFu+ebXyKO9mGqH8H8OjjiJdgd+a1gKCu6nXwpQ1EbjJIA2gfMmXVW cdzTZzxyr0Q1i7wRSL0eSnVbPnrAQC2YcNBHk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:subject:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ACSi/Sq+8EUhgGyDvpxqi4fX8iLX4srfjae3S19YHDw=; b=Y+1oxbpqabR8BDgG7T1ElA2fuTl+GtpAcJin4TTrnbweYHJhqiylfOGO76G9uueWwm NMvPWSEjfL26ExYv7XMZrY3y0TFpQjvnz+yL2OFgU9SAOJHa4zPMdDAP+Kwl7pULVzqi 7Hl7QaKWJufkx5U+FSxyJ8vckZljDH/dXtgLQolRm1HlaQBzV4K70p0VDiyv1WteLXv9 RLmI5WtuGYOlA73jj3YZF2TXuggv/Xvz4pH6QIQx/VNwTkf845yI1VCjKgTnVKU17AND WpUxyTbiFQD+vtgWEgHKAk4c6xwftIAoU0RuakPZom9BllX+k1RSb0XBGuYpoaHZiTgA qffw== X-Gm-Message-State: AKS2vOyetAs1rj7fArZgksCOVI1MubXTcIUO/efNgvqMxebX1HVpU6PZ /8D/9VYUc0+UtkOZ X-Received: by 10.84.149.139 with SMTP id m11mr2087170pla.138.1498650311304; Wed, 28 Jun 2017 04:45:11 -0700 (PDT) Received: from [192.168.7.143] (c-73-70-254-96.hsd1.ca.comcast.net. [73.70.254.96]) by smtp.gmail.com with ESMTPSA id e13sm5385810pfh.96.2017.06.28.04.45.10 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 28 Jun 2017 04:45:10 -0700 (PDT) From: Eric Melville X-Google-Original-From: Eric Melville Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Can 32bit OS run on 64bit hardware? In-Reply-To: <595393A0.6080903@gmail.com> Date: Wed, 28 Jun 2017 04:45:09 -0700 Cc: "freebsd-questions@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <595393A0.6080903@gmail.com> To: Ernie Luzar X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 11:45:12 -0000 > I have a running 32bit system and want to move that hard drive to a = 64bit machine. Will the 32bit system work ok on the 64bit hardware? For x86_64 hardware, running i386 software is no problem.