From owner-freebsd-questions@FreeBSD.ORG Mon Sep 29 20:28:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 586A016A4B3 for ; Mon, 29 Sep 2003 20:28:53 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id CE07644042 for ; Mon, 29 Sep 2003 20:28:51 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: (snipe 11742 invoked by alias); 30 Sep 2003 03:28:42 -0000 Received: from lahaye@users.sourceforge.net with SpamSniper2.76 (Processed in 0.044611 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 30 Sep 2003 03:28:42 -0000 X-RCPTTO: freebsd-questions@FreeBSD.ORG,p.slaghekke@hetnet.nl, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id h8U3Ra2L278394; Tue, 30 Sep 2003 12:27:37 +0900 Message-ID: <3F78F86B.6030801@users.sourceforge.net> Date: Tue, 30 Sep 2003 12:28:43 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: Piet Slaghekke , freebsd-questions@FreeBSD.ORG References: <000001c386f0$780a7490$6502a8c0@baby> In-Reply-To: <000001c386f0$780a7490$6502a8c0@baby> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: What means 'architecture'? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 03:28:53 -0000 Piet Slaghekke wrote: > Hello, > When downloading freebsd I am asked what architecture. What does this mean and how do I determine this? > Choose a proper subject when asking question. I think only two architectures are supported for the stable 4.x releases: i386 (the 'regular' PC type) and Alpha workstations. See, f.ex. the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-start.html Rob.