2008-07-02 Pavel Roskin <proski@gnu.org>

* boot/i386/pc/cdboot.S: Add _start entry to fix a linker
	warning.
This commit is contained in:
proski 2008-07-03 00:52:28 +00:00
parent f707af4216
commit e43fc69027
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2008-07-02 Pavel Roskin <proski@gnu.org>
* 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.

View File

@ -37,6 +37,7 @@
.globl start, _start
start:
_start:
call next
next: