summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
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 d8c8cc77..5a5216fb 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -570,7 +570,7 @@ MaxTransfer dw 0x007F ; Max transfer size
; This field will be filled in 0xAA55 by the installer, but we abuse it
; to house a pointer to the INT 16h instruction at
; kaboom.again, which gets patched to INT 18h in RAID mode.
-bootsignature dw kaboom.again-$
+bootsignature dw kaboom.again-bootsec
;
; ===========================================================================