projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb718e3
)
Declare start symbol for linker's use.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 11 Sep 2004 23:08:19 +0000
(23:08 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 11 Sep 2004 23:08:19 +0000
(23:08 +0000)
src/threads/loader.S
patch
|
blob
|
history
diff --git
a/src/threads/loader.S
b/src/threads/loader.S
index 704b1d9b2f76a93e3d2e20a31b375562a22f65b9..7dfb7e006f7d9bb2d3cdee074632741667a2a051 100644
(file)
--- a/
src/threads/loader.S
+++ b/
src/threads/loader.S
@@
-59,6
+59,8
@@
# Code runs in real mode, which is a 16-bit segment.
+.globl start
+start:
.code16
# Disable interrupts.