On 05/10/15 15:28, Patrick Agrain wrote:
Though I have a hardware debugger, I'm not able to pick up a location where to put a breakpoint. This is the code where I hang: <...> F000:FF53 CF IRET <------------------------
f000:ff53 is typically the interrupt vector for unused interrupts. You need to know where the code is attempting to return to (i.e. the top three stack words).
Michael _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

