>> + /* clear the request area, buggy BIOSes may not clear it */ >> + xor %edi, %edi >> + movl %edi, 4(%eax) >> + movl %edi, 8(%eax) >> + movl %edi, 12(%eax) >> + movl %edi, 16(%eax) >> + movl %edi, 20(%eax) > > This effectively hardcodes sizeof(entry). Can we avoid it? Can one or another version be merge for release?
-- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel