* grub-core/kern/i386/pc/startup.S: Define __start.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-02 11:15:42 +01:00
parent ad5518d79b
commit 17edc2ba56
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-03-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/i386/pc/startup.S: Define __start.
2012-03-02 Vladimir Serbinenko <phcoder@gmail.com>
* gentpl.py (kernel): Remove the use of TARGET_OBJ2ELF after strip since

View File

@ -49,9 +49,10 @@
.text
.globl start, _start
.globl start, _start, __start
start:
_start:
__start:
.code32
movl %ecx, (LOCAL(real_to_prot_addr) - _start) (%esi)