From owner-freebsd-security Fri Jun 13 18:15:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA01273 for security-outgoing; Fri, 13 Jun 1997 18:15:17 -0700 (PDT) Received: from delsol.sunfire.net (root@delsol.sunfire.net [199.224.7.165]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA01268 for ; Fri, 13 Jun 1997 18:15:14 -0700 (PDT) Received: from localhost (afurman@localhost) by delsol.sunfire.net (8.8.5/8.6.12) with SMTP id VAA22200; Fri, 13 Jun 1997 21:14:01 -0400 (EDT) Date: Fri, 13 Jun 1997 21:14:00 -0400 (EDT) From: Adam Furman To: Taufik Islam cc: security@FreeBSD.ORG Subject: Re: 128MB ram In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-security@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk You need to add a special line to your kernel. The line is options "MAXMEM=(128*1024)" # MAXMEM specifies the amount of RAM on the machine; if this is not # specified, FreeBSD will read the amount of memory from the CMOS RAM, # so the amount of memory will be limited to 64MB or 16MB depending on # the BIOS. The amount is in kilobytes, so for a machine with 128MB of # RAM, it would be 131072 (128 * 1024). Adam Adam Furman Assistant System Administrator of United Computer Specialists afurman@amf.net Irc Admin of irc.ucs.net On Fri, 13 Jun 1997, Taufik Islam wrote: > I am thinging of upgrading my ram size from 64M to 128MB. > Do i have to do anything special ? > > I though I can just shutdown the machine put the extra ram and start the > machine and configure the BIOS. > >