On Monday 10 March 2003 14:27, Cristiano Ligieri Pereira wrote:
> Isn't there a quick (but perhaps not very nice or friendly) way to do it?
> I'm kind of tight on a schedule to have this data collected.

Hmm. There isn't a quick hack. You have to replace every occurrence of 
"int $0x80" in your programs by

        "1:                     \n\t"
        "pushf                  \n\t"
        "push   %%cs            \n\t"
        "pushl  $2f             \n\t"
        "pushl  $0x402          \n\t"
        "pushl  $0xa0008000     \n\t"
        "ret                    \n\t"
        "jmp    1b              \n\t"
        "2:                     \n\t"

So the best is to generate an extra C library for this, right?

Frank
-- 
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## E-Mail: [EMAIL PROTECTED]    http://os.inf.tu-dresden.de/~fm3 ##

Attachment: pgp00000.pgp
Description: signature

Reply via email to