From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stuart Axon Subject: hooking int 21? Date: 26 Jan 2003 08:22:57 +0000 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <1043569376.4430.5.camel@mauve.local> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: dosemu mailing list 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..?