From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1M52yL-00054A-64 for mharc-grub-devel@gnu.org; Fri, 15 May 2009 15:21:33 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M52yJ-000545-3h for grub-devel@gnu.org; Fri, 15 May 2009 15:21:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M52yD-00053t-MO for grub-devel@gnu.org; Fri, 15 May 2009 15:21:29 -0400 Received: from [199.232.76.173] (port=35324 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M52yD-00053q-G5 for grub-devel@gnu.org; Fri, 15 May 2009 15:21:25 -0400 Received: from mx20.gnu.org ([199.232.41.8]:34774) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M52yD-0007tS-2M for grub-devel@gnu.org; Fri, 15 May 2009 15:21:25 -0400 Received: from mailout03.t-online.de ([194.25.134.81]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M52yB-00082S-3G for grub-devel@gnu.org; Fri, 15 May 2009 15:21:23 -0400 Received: from fwd10.aul.t-online.de by mailout03.sul.t-online.de with smtp id 1M52y7-00055r-05; Fri, 15 May 2009 21:21:19 +0200 Received: from [10.3.2.2] (bRLGNZZDZh-LEq0pQXTLMUE2XYZETfRwyFrLM8gqsk4eR4aZ9EdmXqxxO28FBG2QL4@[217.235.199.107]) by fwd10.aul.t-online.de with esmtp id 1M52y4-218cvA0; Fri, 15 May 2009 21:21:16 +0200 Message-ID: <4A0DC0AD.4080003@t-online.de> Date: Fri, 15 May 2009 21:21:17 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 MIME-Version: 1.0 To: grub-devel@gnu.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ID: bRLGNZZDZh-LEq0pQXTLMUE2XYZETfRwyFrLM8gqsk4eR4aZ9EdmXqxxO28FBG2QL4 X-TOI-MSGID: 88f3f9da-236b-44f4-9891-4fd2596dc42c X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Subject: Re: [2216] Remove incorrect comment that the code must be position independent. 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: Fri, 15 May 2009 19:21:31 -0000 Pavel Roskin wrote: > Revision: 2216 > http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2216 > Author: proski > Date: 2009-05-15 14:47:44 +0000 (Fri, 15 May 2009) > Log Message: > ----------- > Remove incorrect comment that the code must be position independent. > > Modified Paths: > -------------- > trunk/grub2/commands/i386/pc/drivemap_int13h.S > > Function drivemap.c:install_int13_handler() copies the grub_drivemap_handler code to some low memory allocated by grub_mmap_malign_and_register(). No relocation is done. IMO the code must be position independent. -- Christian Franke