biosint: Unsupport int #0x6 biosint: # 0x6, eax 0x0 ebx 0xd5b4 ecx 0x720 edx 0xa2f1 biosint: ebp 0x136ac esp 0xff6 edi 0xf6d4 esi 0xfb9fc biosint: ip 0x3 cs 0x0 flags 0x46 biosint: Unsupport int #0x6
yes, sorry, you just hit an int we don't support yet. It's all working right, but you'll need to implement int #6.
Fine, I had a look at the code and found out where to implement int #6. Unfortunately I have no idea what to implement. Can you point me to some more information?
These things are pretty easy to write, since the support code is 100% C, so you might want to take a hack at it. You can use ADLO code as the reference for what to do.
I looked at that also, but I couldn't find an int #6 implementation there, neither in C nor in anything else.