git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
course 4 and some usefule addendum
[lunaix-os.git]
/
lunaix-os
/
arch
/
x86
/
boot.S
diff --git
a/lunaix-os/arch/x86/boot.S
b/lunaix-os/arch/x86/boot.S
index 8e019a56f9f8df812d159bddba3998448ee88ac0..29746eefd052fd4c36f8d51c2f6f58449b35e638 100644
(file)
--- a/
lunaix-os/arch/x86/boot.S
+++ b/
lunaix-os/arch/x86/boot.S
@@
-13,6
+13,8
@@
stack_top:
.section .text
stack_top:
.section .text
+ .global start_
+ .type start_, @function
start_:
movl $stack_top, %esp
/*
start_:
movl $stack_top, %esp
/*