From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JtSAk-0005Ps-LY for mharc-grub-devel@gnu.org; Tue, 06 May 2008 14:45:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JtSAi-0005PY-Nb for grub-devel@gnu.org; Tue, 06 May 2008 14:45:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JtSAh-0005PL-QS for grub-devel@gnu.org; Tue, 06 May 2008 14:45:52 -0400 Received: from [199.232.76.173] (port=56534 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtSAh-0005PI-Li for grub-devel@gnu.org; Tue, 06 May 2008 14:45:51 -0400 Received: from mta-out.inet.fi ([195.156.147.13] helo=kirsi2.rokki.sonera.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JtSAh-0004m2-CE for grub-devel@gnu.org; Tue, 06 May 2008 14:45:51 -0400 Received: from [127.0.0.1] (88.193.32.97) by kirsi2.rokki.sonera.fi (8.0.013.9) id 482048D70004DCAE for grub-devel@gnu.org; Tue, 6 May 2008 21:45:47 +0300 Message-ID: <4820A769.4060108@nic.fi> Date: Tue, 06 May 2008 21:46:01 +0300 From: =?UTF-8?B?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: The development of GRUB 2 References: <1209647545.3433.14.camel@localhost.localdomain> <20080506150233.GC23773@thorin> In-Reply-To: <20080506150233.GC23773@thorin> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] Remote GDB debugging stub (for i386) 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: Tue, 06 May 2008 18:45:52 -0000 Robert Millan wrote: >> /* The size of the first region which won't be compressed. */ >> -#define GRUB_KERNEL_MACHINE_RAW_SIZE 0x4A0 >> +#define GRUB_KERNEL_MACHINE_RAW_SIZE 0x4BC > > What caused this? Any way we can have this dynamically calculated? > More code before compression point in boot code. Should be automated :)