Mail Archives: djgpp/2001/11/01/06:17:06
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.
- Raw text -