From owner-freebsd-hackers Mon Aug 21 00:39:23 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id AAA03825 for hackers-outgoing; Mon, 21 Aug 1995 00:39:23 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id AAA03819 for ; Mon, 21 Aug 1995 00:39:21 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.11/8.6.5) with ESMTP id AAA01736; Mon, 21 Aug 1995 00:38:30 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id AAA00819; Mon, 21 Aug 1995 00:40:13 -0700 Message-Id: <199508210740.AAA00819@corbin.Root.COM> To: Karl Denninger cc: freebsd-hackers@freebsd.org Subject: Re: More than 64M of RAM? In-reply-to: Your message of "Mon, 21 Aug 95 02:25:04 CDT." <199508210725.CAA00620@Jupiter.mcs.net> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 21 Aug 1995 00:40:13 -0700 Sender: hackers-owner@freebsd.org Precedence: bulk >Does FreeBSD support more than 64MB of RAM? And if so, how do you get it to >find the extra? It currently has to be done with a kernel config option: options "MAXMEM=" for example: options "MAXMEM=131072" ...for 128MB. -DG