From: Volker Augustin <[EMAIL PROTECTED]>
Subject: Internal ZIP bug, "more" command, dynamic memory
Date: Tue, 31 Oct 2000 13:03:33 +0100

> Internal ZIP bug:
>   Yes, I figured that deficiency in the code in asm.diff myself.
>   Do you have any other ideas how to get an internal zip drive to work?

  I don't know, unless you figure out why GRUB hangs up. Perhaps it
hangs in the int13 handler or the int1 handler. One way is to put
print routines at the int1 handler to display what code is
executed. If you do this, you should write data to the video memory
rather than calling a BIOS function, because the latter may affect the
behavior. Another way is to use a very low level debugger, but I don't
know if such a tool is available freely.

>   Should I include my dynamic memory library (free/malloc) or should I
>   dump the implementation of grub_strsplit?

  If you don't need it, you shouldn't add it.

Okuji

_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to