From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FWP02-0007c8-41 for mharc-grub-devel@gnu.org; Wed, 19 Apr 2006 22:34:30 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWP01-0007bq-0K for grub-devel@gnu.org; Wed, 19 Apr 2006 22:34:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWP00-0007bS-9P for grub-devel@gnu.org; Wed, 19 Apr 2006 22:34:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWOzz-0007bI-RV for grub-devel@gnu.org; Wed, 19 Apr 2006 22:34:27 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWP1E-0003BX-9j for grub-devel@gnu.org; Wed, 19 Apr 2006 22:35:44 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 0D6043C00628E for ; Thu, 20 Apr 2006 05:50:59 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 435793C00628A for ; Thu, 20 Apr 2006 05:50:58 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 20 Apr 2006 04:34:23 +0200 User-Agent: KMail/1.8.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604200434.24040.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.499996, version=0.17.2 Subject: Re: 1) too big kernel on 1.92. 2) unrecognized: %lex-param. 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: Thu, 20 Apr 2006 02:34:29 -0000 On Thursday 20 April 2006 02:50, Jeff Chua wrote: > > On Wed, 19 Apr 2006, Yoshinori K. Okuji wrote: > >> Can you debug it yourself a bit? I cannot afford buying so much memory. > >> ;) > > > > error: tog big kernel (0x187a58 > 0xa7825100) > > Wait a second, it's obviously wrong, huh? > > Thanks for pointing this out. 0xa7825100 has a leading "1", so needs to > cast as unsigned. Thanks for your test. Yes, you are right. I've fixed this in the CVS right now. Okuji