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:
parent
f707af4216
commit
e43fc69027
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
.globl start, _start
|
||||
|
||||
start:
|
||||
_start:
|
||||
call next
|
||||
|
||||
next:
|
||||
|
|
Loading…
Reference in a new issue