From owner-freebsd-hackers Wed May 8 10:22:41 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA24678 for hackers-outgoing; Wed, 8 May 1996 10:22:41 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA24673 for ; Wed, 8 May 1996 10:22:39 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id KAA00341; Wed, 8 May 1996 10:22:30 -0700 (PDT) Message-Id: <199605081722.KAA00341@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: dennis@etinc.com (dennis) cc: hackers@freebsd.org Subject: Re: ISA Hole - Memory Problem In-reply-to: Your message of "Wed, 08 May 1996 13:17:00 EDT." <199605081717.NAA29184@etinc.com> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 08 May 1996 10:22:30 -0700 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >If you could point me at the right modules/routines I'd like to take a look >at it. >The 15-16Meg region is a fairly common option in many motherboard (I think >its generally called the "Compaq Hole") and it makes life a lot easier if >you have >a bunch of shared-memory cards in the same box....particularly if you want to >run X and can't use A0000. Look in machdep.c in middle of the routine init386(). You'll find the memory sizer there. You'll need to mess with the phys_avail array so that a hole is created. phys_avail is an array of start-end ranges of good memory. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project