From owner-freebsd-hackers Wed Jan 29 09:11:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA09941 for hackers-outgoing; Wed, 29 Jan 1997 09:11:09 -0800 (PST) Received: from beauty.nacamar.de (petzi@beauty.nacamar.de [194.112.16.36]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA09935 for ; Wed, 29 Jan 1997 09:11:06 -0800 (PST) Received: from localhost (petzi@localhost) by beauty.nacamar.de (8.8.4/8.7.3) with SMTP id SAA04923 for ; Wed, 29 Jan 1997 18:11:02 +0100 Date: Wed, 29 Jan 1997 18:11:01 +0100 (MET) From: Michael Beckmann To: hackers@freebsd.org Subject: 2.2-BETA: options MAXMEM not working Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I finally singled out what the problem with my 2.2-BETA installation was. I was able to build a kernel successfully, but the kernel never booted. It panicked during the boot with the message: kmem_suballoc: bad status return of 3 I found out that it was the options "MAXMEM=(256*1024)" in the kernel config file. When I comment it out, the kernel boots fine (but only uses 64 MB RAM). The MAXMEM option used to work fine in previous kernel versions. The syntax is according to the LINT configuration. Oh well... I need that RAM. Cheers, Michael