From owner-freebsd-hackers Mon Dec 16 11:06:13 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA25043 for hackers-outgoing; Mon, 16 Dec 1996 11:06:13 -0800 (PST) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id LAA25030 for ; Mon, 16 Dec 1996 11:06:07 -0800 (PST) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.8.2/8.8.2) with SMTP id KAA01910; Mon, 16 Dec 1996 10:55:58 -0800 (PST) Message-ID: <32B59B10.167EB0E7@whistle.com> Date: Mon, 16 Dec 1996 10:55:12 -0800 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Tony Overfield CC: Terry Lambert , eivind@dimaga.com, hackers@FreeBSD.ORG Subject: Re: Boot loader hacks was: Re: MAXMEM References: <3.0.1.32.19961216085001.0067ee14@bugs.us.dell.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Tony Overfield wrote: > > > My first quick attempt, which still needs improvement, though it works > fine on my 96 MB system :-), adds about 160 bytes of bloat to boot2 to > bring it from 6576 to 6736 bytes. I only coded in the E820h function, > and not the E801h function, since E820h is the harder one. There's > still over 400 bytes left for more stuff! > > now try compile it with a mix of other options.... (specifically NAMEBLOCK and PROBE_KEYBOARD etc.) and see if it STILL fits....