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
|
@ -37,6 +37,7 @@
|
|||
.globl start, _start
|
||||
|
||||
start:
|
||||
_start:
|
||||
call next
|
||||
|
||||
next:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue