From owner-freebsd-stable@FreeBSD.ORG Wed Feb 20 18:41:32 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CC4316A406 for ; Wed, 20 Feb 2008 18:41:32 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 4F34713C4EE for ; Wed, 20 Feb 2008 18:41:32 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so3297029pyb.10 for ; Wed, 20 Feb 2008 10:41:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type; bh=rxsm9TJnXZfDxmusG2ONTynEPwD+jeuh/uFYlGhc83A=; b=mc9Bxu+kprG4mitMHcTVy5RlDbNwubp79V3200NmLyJ/baZ1ddqfeOrqA0noe6/t83KYp7+cCa/VqtooaONFsMkISu0Y3Uft77awyeltgbC0iqZ9fSpBEEmPe99SfZyKNOGrjPG+UWRplV/kmSgQ3+AHKlsq8ExUJsh/h+XLhxM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type; b=GFYYJgApvWzIXp91xxw/Mju7NKyfvBOdxAxoGzYCHLPf+OWnNTLF8TXvx6HD1qos8CZB88bUVwEZSGKpA43hcGbetU4JaCMivFngII9B69mjRx3F/9BXv/IDZEAG8LM5NK7glZYGKs5zHziaoHe6RYpdmKtQpz2VPbiNeSTEYu4= Received: by 10.65.51.15 with SMTP id d15mr17096963qbk.6.1203532890038; Wed, 20 Feb 2008 10:41:30 -0800 (PST) Received: by 10.64.195.8 with HTTP; Wed, 20 Feb 2008 10:41:30 -0800 (PST) Message-ID: <5f67a8c40802201041m66e8aa89yabce4ba87c5c1b4c@mail.gmail.com> Date: Wed, 20 Feb 2008 13:41:30 -0500 From: "Zaphod Beeblebrox" To: "Kevin K" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re:more than 4gb of RAM (configurations) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 18:41:32 -0000 On Feb 19, 2008 5:10 PM, Kevin K wrote: > I have a box that we recently installed 16GB of RAM on. The box is i386 > FreeBSD 6.2. It only recognizes 4gb. Siding with most of the group (go amd64), I'll add my own comment: Using PAE to access 4G of RAM (because 4G shows up as 2.5 to 3.5 gig, depending on the motherboard) under i386 is a reasonable solution, IMHO. Maybe even 6 gig or 8 gig... if you're trying to extend the life of an ia32 server. But with amd64 supporting ia32 binaries well, it seems the only reason left might be drivers --- except ... are there _any_ drivers that support PAE and _not_ amd64? I'm using amd64 on my laptop (which has 4gig) because the only driver I care about (the nvidia binary driver) doesn't work under either PAE or amd64 (and ... it also doesn't support 8xxx series mobile chipsets ... so I'm screwed anyways) . I'd be curious to know if anyone's still hedging their bets by making their machine dual-boot i386/amd64 --- and how they configure it. Have you thought about sharing /usr or parts of it? Installed ports can seemingly mess things up.