From owner-freebsd-hackers Fri Feb 2 10:38:09 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11289 for hackers-outgoing; Fri, 2 Feb 1996 10:38:09 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA11281 for ; Fri, 2 Feb 1996 10:38:06 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id KAA08000; Fri, 2 Feb 1996 10:37:43 -0800 Message-Id: <199602021837.KAA08000@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: didier@omnix.fr.org cc: hackers@freebsd.org Subject: Re: maximum memory In-reply-to: Your message of "Fri, 02 Feb 1996 11:22:06 +0100." From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 02 Feb 1996 10:37:43 -0800 Sender: owner-hackers@freebsd.org Precedence: bulk >Hi > >I've just install 2 computer with 128mb but only 64mb are seen by >FreeBSD. I checked everywhere (handbook/faq) but I've not been able >to find anything. It seems that the parameter is MAXMEM in kb >from machdep.c (is it true) ? Yes, the kernel option is MAXMEM: options "MAXMEM=" For 128MB, this would be: options "MAXMEM=131072" -DG David Greenman Core Team/Principal Architect, The FreeBSD Project