aboutsummaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
authorhpa <hpa>2003-04-21 21:07:52 +0000
committerhpa <hpa>2003-04-21 21:07:52 +0000
commit2024385fc89e7f09839751e1b3b1402376131c1c (patch)
tree32ef1a5b9205a6f843720375680cf6b8e944516f /sample
parentb5767ae058711508eeda153aa8e57befdbc48635 (diff)
downloadsyslinux-2024385fc89e7f09839751e1b3b1402376131c1c.tar.gz
Explain why we're doing this insane movl ...,%eax
Diffstat (limited to 'sample')
-rw-r--r--sample/c32entry.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/c32entry.S b/sample/c32entry.S
index f1c476ca..251838d4 100644
--- a/sample/c32entry.S
+++ b/sample/c32entry.S
@@ -1,6 +1,7 @@
.section ".text","ax"
.globl _start
_start:
+ # This first instruction acts as COM32 magic number
movl $0x21cd4cff,%eax
leal 4(%esp),%esi
movl $__com32,%edi