bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Internal ZIP bug, "more" command, dynamic memory


From: OKUJI Yoshinori
Subject: Re: Internal ZIP bug, "more" command, dynamic memory
Date: Tue, 31 Oct 2000 22:56:54 +0900

From: Volker Augustin <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]