From owner-freebsd-questions Tue Oct 13 11:43:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29253 for freebsd-questions-outgoing; Tue, 13 Oct 1998 11:43:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail3.svr.freeserve.net (mail3.svr.freeserve.net [194.152.65.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29239 for ; Tue, 13 Oct 1998 11:42:40 -0700 (PDT) (envelope-from c.raven@ukonline.co.uk) Received: from modem-63.carbon.dialup.pol.co.uk ([62.136.2.191] helo=ukonline.co.uk) by mail3.svr.freeserve.net with esmtp (Exim 2.05iplimit-2 #2) id 0zT9M8-0007Ks-00; Tue, 13 Oct 1998 19:39:37 +0100 Message-ID: <36239E41.86E5588D@ukonline.co.uk> Date: Tue, 13 Oct 1998 19:38:57 +0100 From: Christopher Raven Organization: CIAN X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: "Alain G. Fabry" CC: Stormy Henderson , questions@FreeBSD.ORG Subject: Re: PC mag ref (good and bad) to FreeBSD References: <015d01bdf6d2$6d25a2b0$5531d5c6@earth.coserve.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alain G. Fabry wrote: > > >saturated, so adding RAM wouldn't help any. Second, do you think the > >folks at PC Mag recompiled their kernel to utilize more than 64MB of RAM? > > Just wondering with this statement. I have just added 64MB to my starting > 64MB of RAM, and I haven't made any changes to the kernel. > Do I need to recompile the kernel, if so, what/where do I need to > change/add? > Thanks, > > Alain It's in the FAQ (http://www.freebsd.org/faq) 8.6. I have 128 MB of RAM but it seems that the system use only the first 64 MB. What's going on ? Due to the manner in which FreeBSD gets the memory size from the BIOS, it can only detect 16 bits worth of Kbytes in size (65535 Kbytes = 64MB). If you have more than 64MB, FreeBSD will only see the first 64MB. To work around this problem, you need to use the kernel option specified below. There is a way to get complete memory information from the BIOS, but we don't have room in the bootblocks to do it. Someday when lack of room in the bootblocks is fixed, we'll use the extended BIOS functions to get the full memory information...but for now we're stuck with the kernel option. options "MAXMEM=" Where n is your memory in Kilobytes. For a 128 MB machine, you'd want to use 131072 -- [ Christopher Raven [ E-mail: c.raven@ukonline.co.uk [ ICQ: 2254369 [ To err is human, to power is FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message