From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JOBbf-0006Wq-6o for mharc-grub-devel@gnu.org; Sun, 10 Feb 2008 07:48:27 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOBbd-0006WQ-BU for grub-devel@gnu.org; Sun, 10 Feb 2008 07:48:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOBbc-0006W2-Fl for grub-devel@gnu.org; Sun, 10 Feb 2008 07:48:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOBbc-0006Vv-4q for grub-devel@gnu.org; Sun, 10 Feb 2008 07:48:24 -0500 Received: from mailout09.sul.t-online.de ([194.25.134.84] helo=mailout09.sul.t-online.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JOBbb-0000zB-Kv for grub-devel@gnu.org; Sun, 10 Feb 2008 07:48:23 -0500 Received: from fwd29.aul.t-online.de by mailout09.sul.t-online.com with smtp id 1JOBba-0005Y2-01; Sun, 10 Feb 2008 13:48:22 +0100 Received: from [10.3.2.2] (XNwrEMZEZhemjIQ6uthSNk5Ndh2aslmxx7bb5J9Uyp3BAzGqcigmpKxoH8yu8O6QYP@[217.235.208.241]) by fwd29.aul.t-online.de with esmtp id 1JOBbL-0phT720; Sun, 10 Feb 2008 13:48:07 +0100 Message-ID: <47AEF27B.2090403@t-online.de> Date: Sun, 10 Feb 2008 13:47:55 +0100 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: The development of GRUB 2 References: <47AEECBD.4070906@t-online.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: XNwrEMZEZhemjIQ6uthSNk5Ndh2aslmxx7bb5J9Uyp3BAzGqcigmpKxoH8yu8O6QYP X-TOI-MSGID: 3b13856f-47d7-441c-9332-0744f66f8fa4 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] Ensure boot CD can be accessed 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: Sun, 10 Feb 2008 12:48:25 -0000 Bean wrote: > On Feb 10, 2008 8:23 PM, Christian Franke <...> wrote: > >> ... >> 2008-02-10 Christian Franke >> >> * disk/i386/pc/biosdisk.c: Include . >> (GRUB_MOD_INIT): Make boot CD accessible even if BIOS does not report >> INT13 Extensions for grub_boot_drive. >> * include/grub/i386/pc/biosdisk.h (GRUB_BIOSDISK_MACHINE_CDROM_START): >> Change from 0xe0 to 0x9f to cover more BIOS variants. >> * include/grub/i386/pc/kernel.h (grub_boot_drive): Add EXPORT_VAR. >> > > i think we can assume grub_boot_drive as (cd0) if it's within range, > and start scanning from grub_boot_drive + 1. > > Yes, I will provide a new patch. Should it include your init.c patch? Christian