Hi,
This patch use int 13 func 4B01 to detect cdrom. It also change the
name of the cd device to (hdN), where N is the bios drive number.
--
Bean
cd.diff
Description: Binary data
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mai
I have improved the script a little bit; in particular I moved the
tests for the required software to the beginning of the script and let
it gracefully 'exit 0' if anything is missing.
Let me comment on these tests:
- The first test (lines 19-22) is to check if grub-probe is recent
enough to s
On Wed, Mar 5, 2008 at 10:34 AM, Kalamatee <[EMAIL PROTECTED]> wrote:
> Pavel Roskin wrote ..
> >Sorry, I should have reported it earlier.
>
> >The right fix would be to ensure that symlist.c would be invalid if the
> >compiler fails, to protect compiler arguments, to capture compiler
> >errors in
Hi,
I have converted all block type in fshelp to grub_disk_addr_t, the
file system driver should be 64-bit enabled by now.
2008-03-05 Bean <[EMAIL PROTECTED]>
* fs/fshelp.c (grub_fshelp_map_block): New function.
(grub_fshelp_find_file): Use 64-bit type for pos and block address