On Thu, 23 Aug 2001, Andre wrote:

> Anybody here writing Dos-Drivers?
> There is an option logging INT21-requests in dosemu.
> Is there a way to log specific (other) interrupts and showing register
> contents if int called? eg. wanting every call of int 25h and 26h

Hack the dosemu source (look at src/base/async/int.c) and/or take a look
at dosdebug (see README-tech.txt).

With dosdebug you can set breakpoints on code, interrupts and regular
expression searches of dosemu log output. This makes it quite powerful.
However its user interface is quite horrible - you can't even use arrow
keys for instance to recall commands.

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

Reply via email to