[syslinux] [PATCH][git-pull] core/diskstart.inc

Ferenc Wagner wferi at niif.hu
Tue Dec 21 02:59:23 PST 2010


Gene Cumm <gene.cumm at gmail.com> writes:

> git://git.zytor.com/users/genec/syslinux.git
>
> the Sect1Ptr values were made constants by reference

Hi Gene,

I think you forgot to use Sect1Ptr1_VAL (and used Sect1Ptr0_VAL again by
mistake):

@@ -260,9 +263,9 @@ eddcheck:
 ; with parsing the superblock and root directory; it doesn't fit
 ; together with EBIOS support, unfortunately.
 ;
-               mov eax,strict dword 0xdeadbeef
+               mov eax,strict dword Sect1Ptr0_VAL      ; 0xdeadbeef
 Sect1Ptr0      equ $-4
-               mov edx,strict dword 0xfeedface
+               mov edx,strict dword Sect1Ptr0_VAL      ; 0xfeedface
 Sect1Ptr1      equ $-4
                mov bx,ldlinux_sys      ; Where to load it
                call getonesec
-- 
Cheers,
Feri.




More information about the Syslinux mailing list