From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DEDf7-0005L1-JK for mharc-grub-devel@gnu.org; Wed, 23 Mar 2005 16:45:13 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DEDex-0005I6-1X for grub-devel@gnu.org; Wed, 23 Mar 2005 16:45:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DEDet-0005GL-2l for grub-devel@gnu.org; Wed, 23 Mar 2005 16:44:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEDer-0005B5-Sz for grub-devel@gnu.org; Wed, 23 Mar 2005 16:44:57 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DED6u-0007Pt-1d for grub-devel@gnu.org; Wed, 23 Mar 2005 16:09:52 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 6C25FFF16CC0 for ; Wed, 23 Mar 2005 22:09:51 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 23 Mar 05 21:09:51 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 23 Mar 2005 22:09:50 +0100 User-Agent: KMail/1.7.1 References: <1111431300.423f1884b4a97@imp4-q.free.fr> <200503222120.43235.okuji@enbug.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503232209.51006.okuji@enbug.org> Subject: Re: Grub2 on Mac OS X X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2005 21:45:05 -0000 On Wednesday 23 March 2005 09:42 pm, Brian Sammon wrote: > 2) Perhaps you should switch from memalign to posix_memalign. There's > better odds of convincing Apple to add posix_memalign to future releases of > Darwin than with memalign. It appears that memalign is glibc-specific. > Does {Free|Net|Open}BSD have memalign? Is anyone building grub2 on any of > the BSDs? memalign is used only because the utilities do not use GRUB's own memory management but operating system's. I think it would be better to change them to use GRUB's. Okuji