On 26 Jan 2003, Stuart Axon wrote: > Hello, I want to handle a function of int21 in dosemu, but can't see > where to put the code; int21() in int.c is only for when debugging... > but I can't see where for normal execution..?
Yes, int21() only traps in DOSEMU for debugging, and some hooks for the redirector. Everything else is handled by the DOS you're running in DOSEMU. But of course you can do what you like in int21() or ms_dos() for that matter. 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
