On Wed, 15 Sep 2004, anon permutation wrote: > > >The other thing is that you can try patching the conditional jump > >immediately after that comparison that never succeeds: > >c316:9036 F64408FF test [si+0x8],0xff > >c316:903a 7408 je 9044 > > how do i "patch" this jump?
in dosdebug type: e c316:903a 75 that will change the "je" to jne. I had to do something similar for command keen 4, it was hanging in a very similar way. Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
