core/diskboot.inc: fix bug; Sect1Ptr1_VAL
authorGene Cumm <gene.cumm@gmail.com>
Tue, 21 Dec 2010 12:23:06 +0000 (07:23 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Tue, 21 Dec 2010 12:23:06 +0000 (07:23 -0500)
core/diskboot.inc

index 73e52c4..8f04f37 100644 (file)
@@ -264,7 +264,7 @@ eddcheck:
 ;
                mov eax,strict dword Sect1Ptr0_VAL      ; 0xdeadbeef
 Sect1Ptr0      equ $-4
-               mov edx,strict dword Sect1Ptr0_VAL      ; 0xfeedface
+               mov edx,strict dword Sect1Ptr1_VAL      ; 0xfeedface
 Sect1Ptr1      equ $-4
                mov bx,ldlinux_sys      ; Where to load it
                call getonesec