Date: Thu, 1 Nov 2001 13:11:20 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andy Fairburn cc: djgpp AT delorie DOT com Subject: Re: HELP! Int86x command In-Reply-To: <9rp66t$8t8$1@sirius.dur.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 31 Oct 2001, Andy Fairburn wrote: > 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? Are you doing this in DJGPP? If not, this isn't the right forum to ask such questions.