From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Iti0x-0003Xo-9e for mharc-grub-devel@gnu.org; Sun, 18 Nov 2007 06:08:35 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iti0v-0003UW-QH for grub-devel@gnu.org; Sun, 18 Nov 2007 06:08:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iti0t-0003Pq-Nm for grub-devel@gnu.org; Sun, 18 Nov 2007 06:08:33 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iti0t-0003Pa-JQ for grub-devel@gnu.org; Sun, 18 Nov 2007 06:08:31 -0500 Received: from smtp-vbr12.xs4all.nl ([194.109.24.32]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iti0t-0006Xd-35 for grub-devel@gnu.org; Sun, 18 Nov 2007 06:08:31 -0500 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id lAIB8UNA098667 for ; Sun, 18 Nov 2007 12:08:30 +0100 (CET) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <471E4628.9030706@t-online.de> <20071109205125.GA23437@thorin> <4734D6D3.9020307@t-online.de> <20071109225100.GA939@thorin> Mail-Copies-To: mgerards@xs4all.nl Date: Sun, 18 Nov 2007 12:09:25 +0100 In-Reply-To: <20071109225100.GA939@thorin> (Robert Millan's message of "Fri, 9 Nov 2007 23:51:00 +0100") Message-ID: <87abpbstcq.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 Subject: Re: [PATCH] Fix eisa_mmap evaluation, add memory existence check 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: Sun, 18 Nov 2007 11:08:34 -0000 Robert Millan writes: > On Fri, Nov 09, 2007 at 10:53:23PM +0100, Christian Franke wrote: >> >Ah, and why 0xcf instead of 0xff ? >> > >> > >> >> ... or 0xaa or 0x55. > > 0xaa and 0x55 are typicaly used directly in memory because every bit is > negated, which is precisely what `^ 0xff' would do. Robert, can you take care of this patch? You have more expertise with this than I do :-) -- Marco