From owner-freebsd-hackers Fri Feb 9 10:33:08 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA00986 for hackers-outgoing; Fri, 9 Feb 1996 10:33:08 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA00963 for ; Fri, 9 Feb 1996 10:33:01 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id TAA10802 ; Fri, 9 Feb 1996 19:32:56 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id TAA06152 ; Fri, 9 Feb 1996 19:32:55 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id TAA28721; Fri, 9 Feb 1996 19:27:18 +0100 (MET) From: Ollivier Robert Message-Id: <199602091827.TAA28721@keltia.freenix.fr> Subject: Re: To: davide@galactica.it Date: Fri, 9 Feb 1996 19:27:17 +0100 (MET) Cc: hackers@FreeBSD.org In-Reply-To: <199602091408.GAA10047@freefall.freebsd.org> from "davide@galactica.it" at "Feb 9, 96 02:21:52 pm" X-Operating-System: FreeBSD 2.2-CURRENT ctm#1630 X-Mailer: ELM [version 2.4ME+ PL5 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org Precedence: bulk It seems that davide@galactica.it said: > My pentium 90 has 96 Mb Ram ..... why the FreeBSD 2.0 > does not recognize more then 64Mb ram ? Did you looked at the 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. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #5: Sun Feb 4 03:11:17 MET 1996