diff options
Diffstat (limited to 'ldlinux.asm')
-rw-r--r-- | ldlinux.asm | 2 |
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 |