From owner-freebsd-questions Thu Mar 27 15:06:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA01184 for questions-outgoing; Thu, 27 Mar 1997 15:06:48 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA01174 for ; Thu, 27 Mar 1997 15:06:44 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id SAA13733; Thu, 27 Mar 1997 18:06:32 -0500 (EST) From: "John S. Dyson" Message-Id: <199703272306.SAA13733@dyson.iquest.net> Subject: Re: Extended memory in 2.2.1 In-Reply-To: <3.0.32.19970327102543.00a9ddc0@agisgate.agis.net> from Mark E Larson at "Mar 27, 97 10:25:44 am" To: markl@agis.net (Mark E Larson) Date: Thu, 27 Mar 1997 18:06:31 -0500 (EST) Cc: dg@root.com, freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Howdy! > > This is my line in the kernel: > > options "MAXMEM=393216" > > After compile, on boot up I recieve this message: > > real memory = 402653184 (393216K bytes) > kmem_suballoc: bad status return of 3 > panic: kmem_suballoc > Automatic reboot in 15 seconds - press any key to reboot > > > > At 05:33 PM 3/26/97 -0800, David Greenman wrote: > >>Howdy! > >> > >>Ok. I tried adding this line in the 2.2.1 kernel > >> > >>options "maxmem=1024*384" > >> > >>To reconize 384M of RAM. This worked under 2.1.5, but in 2.2.1 upon boot > >>up the kernel says "memory bounce rebooting in 15 secs" > > > > Please provide the EXACT kernel message. I can't help you without that. > >I see that people have already pointed out that the above should be: > > > >options "MAXMEM=393216" > > Just for fun, remove the bounce buffer support from the kernel config file. I would be suprised if you need bounce buffers on a system that has 384MB!!! (Using AHA1542's??? :-)). John