From owner-freebsd-hackers Fri Oct 31 18:13:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA21784 for hackers-outgoing; Fri, 31 Oct 1997 18:13:32 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.5.84]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA21779 for ; Fri, 31 Oct 1997 18:13:29 -0800 (PST) (envelope-from tlambert@usr08.primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.7/8.8.7) id TAA23713; Fri, 31 Oct 1997 19:13:25 -0700 (MST) Received: from usr08.primenet.com(206.165.6.208) via SMTP by smtp03.primenet.com, id smtpd023702; Fri Oct 31 19:13:21 1997 Received: (from tlambert@localhost) by usr08.primenet.com (8.8.5/8.8.5) id TAA15524; Fri, 31 Oct 1997 19:13:20 -0700 (MST) From: Terry Lambert Message-Id: <199711010213.TAA15524@usr08.primenet.com> Subject: Re: >64MB To: jamil@trojanhorse.ml.org (Jamil J. Weatherbee) Date: Sat, 1 Nov 1997 02:13:20 +0000 (GMT) Cc: hackers@FreeBSD.ORG In-Reply-To: from "Jamil J. Weatherbee" at Oct 31, 97 05:11:03 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Why does the bootloader only report 64MB if you have >64MB > you know right above the boot: prompt? It reports what the BIOS tells it to report. It reports less because the BIOS lies. The value "right abouve the boot: prompt" is printed by the BIOS (strange how it doesn't lie to itself ;-)). Work on calling BIOS calls via VM86(). Get that working, and dozens of people will be happy to correct the problem for you. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.