From owner-freebsd-questions Tue Feb 16 10:43:23 1999 Received: from lafcol (lafcol.lafayette.edu [139.147.8.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA19930 for ; Tue, 16 Feb 1999 10:43:21 -0800 (PST) (envelope-from knollm@lafcol.lafayette.edu) Received: from localhost by lafcol (SMI-8.6/SMI-SVR4) id NAA20264; Tue, 16 Feb 1999 13:41:14 -0500 Date: Tue, 16 Feb 1999 13:41:14 -0500 (EST) From: Mike Knoll To: questions@freebsd.org Subject: Memory Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Compaq 486, with 24mb of ram. The generic 2.2.8 kernel detects 16mb. If I compile another kernel with options "MAXMEM=24576" The machine detects 24mb of ram, and runs fine, until I nfs mount /usr/src off of another machine, and try to compile another kernel. It goes through the make depend, and fails on vnode(the first cc line in make). If I go back to the generic kernel, with 16mb of ram, compiling over nfs works fine. I can compile with 24mb of ram, locally only. No other problems have shown up, but I fear they will, the machine mounts a lot from other machines. Kernel messages: (generic kernel:) real memory = 16777216 (16384K bytes) (with above option:) real memory = 25165824 (24576K bytes) I suspect it may have to do with Compaq's reserving a few k of ram at the top of conveintional memory. Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message