From owner-freebsd-questions@FreeBSD.ORG Sat Sep 29 16:11:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EB9A16A419 for ; Sat, 29 Sep 2007 16:11:40 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id E040B13C4A3 for ; Sat, 29 Sep 2007 16:11:39 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so6114333pyb for ; Sat, 29 Sep 2007 09:11:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8PMDyYCT1ZqYJ8OiBSlRZd5BtVjeSHDWpDGC3mETEjY=; b=Y89mlzebLkgB66iWqGbm4tZPnXR9mMGHHT7nwMp28Vduj8/vCSY/8YCDWgz9/1RMGIy2DtQXpPYbxZCsaCu6fkiQPVj5WhXU0mpSbZvNUEgj8Zb56HQ4Ks+qNRkkxWbRrvzXkN/MaOMLCziE7jO9+YOswKsYPdAq08qWEnLC3/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YEq8dce4SwM2+ElyLczxyijTuedHqDhZwQj5esY/ha7Jr8p693fsPRDowymFCiz2Dz0VlYSzf49P+F+uTk1zITDb1mKOF3Vu0iWDa1PaVGz0ILwf2qyMfpooa6XEsup6S3k/uPdIigNnHB49za8yeWKhTH/h3GIWTHZNKhuSvAc= Received: by 10.65.220.8 with SMTP id x8mr5293454qbq.1191082298444; Sat, 29 Sep 2007 09:11:38 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Sat, 29 Sep 2007 09:11:38 -0700 (PDT) Message-ID: Date: Sat, 29 Sep 2007 16:11:38 +0000 From: "Aryeh Friedman" To: josh.carroll@gmail.com In-Reply-To: <8cb6106e0709290907j3babcbabt83c97712045b3d0e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44r6khh4xh.fsf@Lowell-Desk.lan> <8cb6106e0709290907j3babcbabt83c97712045b3d0e@mail.gmail.com> Cc: Lowell Gilbert , FreeBSD Mailing List Subject: Re: what cpu type to use for a intel duo e6850 (i386 or amd64) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2007 16:11:40 -0000 > Please don't top-post. Anyway, if you're not seeing all 4G, then you > are most likely running an i386 kernel/release and not amd64. In order > to use 4G on a 32-bit (i386) install, you need to include: > > options PAE I already tried that and it barfed on a cast in adavsys.c (forget what subdir) and no amount of hand editing corrected it (generated file?). That is why I was asking if a in place upgrade to amd64 native was possible