From owner-freebsd-questions@FreeBSD.ORG Mon Oct 27 03:26:44 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB6B0FA7 for ; Mon, 27 Oct 2014 03:26:44 +0000 (UTC) Received: from mail-pd0-x22b.google.com (mail-pd0-x22b.google.com [IPv6:2607:f8b0:400e:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A17B9DDE for ; Mon, 27 Oct 2014 03:26:44 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id r10so4806373pdi.16 for ; Sun, 26 Oct 2014 20:26:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=WjsVDGnDyxs9gkZJ8BLi3QmMw6noxqPOH9cER9vPV3U=; b=KZGjYwxDLhtfxrBhJlWh7J0hmCTBcnLehafQfM0CSJu7wlYEfovPmSgfOkmLxqSs9L 7b27qIqHQhoeuSPt1uXXN6NJaMfr7mjOL9WeGZSof/gYOVMQbrLZ5l5najIhRgdAx4mU JshfGxVrJTNZogx7fk6aEEYSz6lr3DHehjVRHdAZSrMSM/ayt0cQn9/qNIOshWfJFaL8 mUL0f3yQpMqzBjAzqGeRYhICDrOemp2DzyEKK72c7u51+NxMsAxFMb7Btq+W9h4gJxTi wgg/3fOq9w8UuNVccYxhV48+OIpXr6ZlBGFRxoyTWfOurRfMNvelDvKytlvHLZmz2HwL HOdg== X-Received: by 10.68.219.35 with SMTP id pl3mr862177pbc.143.1414380404284; Sun, 26 Oct 2014 20:26:44 -0700 (PDT) Received: from xenon (S010654e43ae5a1d8.ed.shawcable.net. [96.52.242.93]) by mx.google.com with ESMTPSA id dx10sm9507546pab.38.2014.10.26.20.26.42 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 26 Oct 2014 20:26:43 -0700 (PDT) Date: Sun, 26 Oct 2014 21:26:42 -0600 From: Darren Kirby To: freebsd-questions@freebsd.org Subject: Re: Unclear which version I should D/L... Message-ID: <20141026212642.15ef0595@xenon> In-Reply-To: <09CA2683-2A07-4E8D-877B-3240951FEBE8@philseymour.net> References: <09CA2683-2A07-4E8D-877B-3240951FEBE8@philseymour.net> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.24; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2014 03:26:44 -0000 On Sun, 26 Oct 2014 20:34:42 -0500 Phil wrote: > The machine > has dual x86 processors (AMD) and 32 Gb RAM. The boot disks are SCSI > Ultra 320’s. I have looked at your download mirror sites but am a > little confused as to which version I should be getting. Any help > would greatly appreciated. Thank you. Phil. I see no reason not to start with FreeBSD 10.0-RELEASE. You will want the i386 version of the ISO if those are 32bit processors. -D