From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JKXwL-0001z3-HF for mharc-grub-devel@gnu.org; Thu, 31 Jan 2008 06:50:45 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKXqf-00084o-Ee for grub-devel@gnu.org; Thu, 31 Jan 2008 06:44:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKXqV-0007vs-KR for grub-devel@gnu.org; Thu, 31 Jan 2008 06:44:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKXqU-0007lf-Jr for grub-devel@gnu.org; Thu, 31 Jan 2008 06:44:42 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKXio-0005Ql-UJ for grub-devel@gnu.org; Thu, 31 Jan 2008 06:36:47 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 273B73EB27 for ; Thu, 31 Jan 2008 12:43:21 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 31 Jan 2008 12:36:44 +0100 User-Agent: KMail/1.9.4 References: <20080131110906.GC12043@thorin> In-Reply-To: <20080131110906.GC12043@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801311236.44594.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] eltorito cdrom boot 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, 31 Jan 2008 11:50:44 -0000 On Thursday 31 January 2008 12:09, Robert Millan wrote: > On Thu, Jan 31, 2008 at 04:38:15PM +0800, Bean wrote: > > Changes in this new version: > > > > Fix a bug in lnxboot. > > Use macro for magic values. > > Try 3 times when reading from cdrom. > > > > 2008-01-31 Bean > > > > * boot/i396/pc/lnxboot.S (data_start): Add cdrom boot support. > > Typo (i396). > > Do we really want to mix linux boot with eltorito boot? Is much core from > original lnxboot reused by eltorito boot? That should be separate. Look at stage2/start_eltorito.S in GRUB Legacy. It is very small. Okuji