From: "Andy Fairburn" Newsgroups: comp.os.msdos.djgpp Subject: HELP! Int86x command Date: Wed, 31 Oct 2001 15:45:53 -0000 Organization: University of Durham, Durham, UK Lines: 13 Message-ID: <9rp66t$8t8$1@sirius.dur.ac.uk> NNTP-Posting-Host: secom189.dur.ac.uk X-Trace: sirius.dur.ac.uk 1004543005 9128 129.234.207.189 (31 Oct 2001 15:43:25 GMT) X-Complaints-To: usenet AT durham DOT ac DOT uk NNTP-Posting-Date: Wed, 31 Oct 2001 15:43:25 +0000 (UTC) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Priority: 3 X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com hi, im trying to write a piece of software that will talk to a network packet driver through an interuppt at 0x60. I was pointed in the direction of the int86x command to use the interrupt but cant figure out wat the parameters it requires are:- int int86x(int ivec, union REGS *in, union REGS *out, struct SREGS *seg); i know the first parameter is teh interrupt address, but wat should the others be set to, to get it to pass commands to the packet driver? thanks for any help :)