From owner-freebsd-hackers Sun Mar 14 11:21:41 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (Postfix) with ESMTP id 126891511C for ; Sun, 14 Mar 1999 11:21:35 -0800 (PST) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id NAA08186; Sun, 14 Mar 1999 13:21:16 -0600 (CST) Received: from free.pcs (free.PCS [148.105.10.51]) by right.PCS (8.6.13/8.6.4) with ESMTP id NAA04544; Sun, 14 Mar 1999 13:20:45 -0600 Received: (from jlemon@localhost) by free.pcs (8.8.6/8.8.5) id NAA16212; Sun, 14 Mar 1999 13:20:44 -0600 (CST) Date: Sun, 14 Mar 1999 13:20:44 -0600 (CST) From: Jonathan Lemon Message-Id: <199903141920.NAA16212@free.pcs> To: tony@dell.com, freebsd-hackers@freebsd.org Subject: Re: Proposal: Define MAXMEM in GENERIC X-Newsgroups: local.mail.freebsd-hackers In-Reply-To: References: Organization: Architecture and Operating System Fanatics Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article you write: >>... since we're >>likely to see more and more people having problems related to failed >>speculative memory probes as >64MB machines become entry-level. > >Since all(*) new machines support INT 15h AX=E820h, and FreeBSD now >seems to be able to use it, why not have the speculative probe >default to disabled in GENERIC and use a boot option to enable probing >support for those very few older systems that supported more than 64MB >or 16MB but did _not_ yet support E820h (or E801h)? > >(*) Good bet if the machine supports MS-Windows. > >p.s. FreeBSD seems to prefer E801h over E820h. I'd like to see it > the other way around, since you could gain almost 64 KB of > extra memory in some cases. Not true, if you're referring to the VM86 memory probe. It tries INT 15h, AX=E820, then INT 15h, AX=E801, then INT 15h, AX=88, in that order. How about making VM86 a mandatory option? -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message