From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 00:48:06 2008 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 4E9AD106568A for ; Sun, 14 Sep 2008 00:48:06 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52108.mail.re2.yahoo.com (web52108.mail.re2.yahoo.com [206.190.48.111]) by mx1.freebsd.org (Postfix) with SMTP id E184C8FC08 for ; Sun, 14 Sep 2008 00:48:00 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 41690 invoked by uid 60001); 14 Sep 2008 00:48:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=QkLp+EEmlZnewxwsg9rSzxIvVqoLRc9PHdZWOo+KBQs6P2bX19XoKAVKKgDvRWK6qP2Dux8SmutguGLp7qBtCAguJFMpanQAcISmk/+yf1wrzplGu/MymcNX3SodvjIiJAbeAZGLtEeVNZ/PFTElEmBZT0RgmMyZIU+SUD5/B4k=; X-YMail-OSG: fis3BYQVM1k_S6xnCl8iw_A3hiKL6nxASTyBqSYHmXQe.xpJN8UIxsHwrPuZ0s9Z76Tu2oVIvoBRqA7AHSmUlWM5ABi47KiYSW3zFyJTRP_2e0_ERg09ilnWpYbgkXoacw-- Received: from [98.169.13.4] by web52108.mail.re2.yahoo.com via HTTP; Sat, 13 Sep 2008 17:48:00 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Sat, 13 Sep 2008 17:48:00 -0700 (PDT) From: gahn To: freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <137523.41269.qm@web52108.mail.re2.yahoo.com> Subject: pc with 4G memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ipfreak@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 00:48:06 -0000 hello: the machine i am using for freebsd has 4G memory. should i add follow lines in my customized kernel file?: # Compile acpi in statically since the module isn't built properly. Most # machines which support large amounts of memory require acpi. device acpi thanks