* grub-core/kern/i386/pc/startup.S: Define __start.
This commit is contained in:
parent
ad5518d79b
commit
17edc2ba56
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue