From 4aa447d8d259c162676bd34ef713304c683209d1 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 6 Apr 2003 20:01:09 +0000 Subject: [PATCH] Added missing boot signature. svn path=/trunk/; revision=4512 --- freeldr/bootsect/isoboot.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/freeldr/bootsect/isoboot.asm b/freeldr/bootsect/isoboot.asm index 7dae2c1d647..ee466703ee7 100644 --- a/freeldr/bootsect/isoboot.asm +++ b/freeldr/bootsect/isoboot.asm @@ -996,7 +996,8 @@ dapa: dw 16 ; Packet size alignb 4, db 0 MaxTransfer dw 2 ;32 ; Max sectors per transfer - times 2048-($-$$) nop ; Pad to file offset 2048 + times 2046-($-$$) db 0 ; Pad to file offset 2046 + dw 0aa55h ; BootSector signature