diff --git a/ChangeLog b/ChangeLog index d4de5d0d1..d2a7af460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-07-02 Pavel Roskin + * boot/i386/pc/cdboot.S: Add _start entry to fix a linker + warning. + * disk/ata.c (grub_ata_readwrite): Don't increment sector number for every read sector, we already increment it for the whole batch. This fixes reading more than 256 sectors at once. diff --git a/boot/i386/pc/cdboot.S b/boot/i386/pc/cdboot.S index 1709b8c89..02d4fce38 100644 --- a/boot/i386/pc/cdboot.S +++ b/boot/i386/pc/cdboot.S @@ -37,6 +37,7 @@ .globl start, _start start: +_start: call next next: