summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-28 18:58:00 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-28 18:58:00 -0700
commit4ba801edb01acae7281fe09f6225c38390033817 (patch)
tree6bee72af361b984332a6414297f2c10f4d6016ad /ldlinux.asm
parentff747ef4c75c9e55c9d5c5552126d994c96da245 (diff)
downloadsyslinux-4ba801edb01acae7281fe09f6225c38390033817.tar.gz
Assemble via ELF, to enable future linking
Assemble all files to ELF instead of using the NASM built-in linker. This can enable us to do actual linking in the future.
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index 012fd3da..86de4588 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -151,7 +151,7 @@ OrigESDI equ StackBuf-4 ; The high dword on the stack
; "magic number" (using the term very loosely) for the DOS superblock.
;
bootsec equ $
- jmp short start ; 2 bytes
+_start: jmp short start ; 2 bytes
nop ; 1 byte
;
; "Superblock" follows -- it's in the boot sector, so it's already