summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extlinux.asm2
-rw-r--r--ldlinux.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/extlinux.asm b/extlinux.asm
index 70bd604b..545437a1 100644
--- a/extlinux.asm
+++ b/extlinux.asm
@@ -563,7 +563,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
;
; ===========================================================================
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
;
; ===========================================================================