From owner-freebsd-hackers Sun Nov 17 17:16:47 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA27439 for hackers-outgoing; Sun, 17 Nov 1996 17:16:47 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA27427 for ; Sun, 17 Nov 1996 17:16:24 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id MAA01279; Mon, 18 Nov 1996 12:11:51 +1100 Date: Mon, 18 Nov 1996 12:11:51 +1100 From: Bruce Evans Message-Id: <199611180111.MAA01279@godzilla.zeta.org.au> To: bde@zeta.org.au, dg@Root.COM, erich@uruk.org Subject: Re: Memory probe(s) in FreeBSD Cc: hackers@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Hmm... this is starting to get complicated. I don't really want to fuss >with the old-style BSD booting interface much because it needs a lot of >fixing and simply can't be straightforwardly extended to include all the >new things one might want to do. Complicated for us but not for you :-). If we keep supporting all the interfaces except the very old (pre-2.0) ones, then you can just use the current one to pass the memory sizes etc. in case the kernel doesn't support the text interface. Bruce