On Sat, 23 Mar 2002 [EMAIL PROTECTED] wrote:
> Is the +T option mentioned in the manpage and elsewhere
> actually available? (because it does not show up running
> 'dosemu --help' and it has no effect when applied).
>
> The program I'm trying to debug runs fine and the +i debug
> switch shows what ports are accessed, but I need to find out
> about the actual communication.
>
> I've been trying with current versions of dosemu for debian
> potato and woody and also compiled the current stable
> release. I'm using a partition with DRDOS.
I have no idea why, but by default port tracing only applies to ports
0x100-0x2ff. Adjust
void init_port_traceing(void)
{
if (portlog_map) return;
clear_port_traceing();
register_port_traceing(0x100, 0x2ff);
}
in src/emu-i386/ports.c
to change this.
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