On 24/06/07, Alex Roman <[EMAIL PROTECTED]> wrote:
FUNCTION(grub_eltorito_boot)
        /* set up to pass boot drive */
        popl    %edx

    /* address in %ebx */
    popl    %ebx

    /* count in %ecx */
    popl    %ecx

Oops.. these got a bit inverted, should pop in the order ecx, edx,
ebx... Still didn't solve my problem though...

--
Alex Roman <[EMAIL PROTECTED]>


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to