delorie.com/archives/browse.cgi | search |
From: | "Tonu Aas" <tonu AT ids DOT ee> |
Newsgroups: | comp.os.msdos.djgpp |
References: | <9rp66t$8t8$1 AT sirius DOT dur DOT ac DOT uk> |
Subject: | Re: HELP! Int86x command |
Date: | Fri, 2 Nov 2001 10:54:43 +0200 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 6.00.2600.0000 |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
Lines: | 14 |
Message-ID: | <3be260ae$0$246$bb624dac@diablo.uninet.ee> |
NNTP-Posting-Host: | 194.204.53.21 |
X-Trace: | 1004691630 diablo.uninet.ee 246 194.204.53.21 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
> 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); REGS are registers in and out and segment registers. If you dont know what are registers - drop your idea. Also you must copy your data from protected mode into real mode and do some other specific things. Tõnu.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |