From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1M7bhV-00029d-3P for mharc-grub-devel@gnu.org; Fri, 22 May 2009 16:50:45 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7bhT-00029W-3n for grub-devel@gnu.org; Fri, 22 May 2009 16:50:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7bhO-00029K-MA for grub-devel@gnu.org; Fri, 22 May 2009 16:50:42 -0400 Received: from [199.232.76.173] (port=33268 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7bhO-00029F-F8 for grub-devel@gnu.org; Fri, 22 May 2009 16:50:38 -0400 Received: from c60.cesmail.net ([216.154.195.49]:6268) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1M7bhO-0005AY-0x for grub-devel@gnu.org; Fri, 22 May 2009 16:50:38 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 22 May 2009 16:50:35 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id A887034C6A for ; Fri, 22 May 2009 16:52:09 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <20090522043632.10755.77091.stgit@ct.roinet.com> References: <20090522043632.10755.77091.stgit@ct.roinet.com> Content-Type: text/plain Date: Fri, 22 May 2009 16:50:35 -0400 Message-Id: <1243025435.2174.0.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 (2.26.1-2.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH 1/2] Reduce the special variables area in kern/i386/pc/startup.S 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, 22 May 2009 20:50:43 -0000 On Fri, 2009-05-22 at 00:36 -0400, Pavel Roskin wrote: > ChangeLog: > > * include/grub/i386/pc/kernel.h (grub_boot_drive): Change type > to grub_uint8_t. > (grub_root_drive): Likewise. > * kern/i386/pc/startup.S (grub_boot_drive): Change size to byte, > remove alignment. > (grub_root_drive): Change size to byte. > (grub_start_addr): Remove. > (grub_end_addr): Likewise. > (grub_apm_bios_info): Likewise. Committed. -- Regards, Pavel Roskin