Mail Archives: djgpp/1997/08/02/20:02:46
George Foot wrote:
>
> Chris Frolik (frolikcc AT indy DOT net) wrote:
> : I am writing (or trying to write) a program in DJGPP which uses IPX
> : protocol through the Internet. This protocol uses the interrupt 0x7A
> : from the IPX driver.
> : The code which defines a block of data to be sent/recieved is as
> : follows:
> (snip)
> : This code fragment executes function 4 of interrupt 0x7A, which requires
> : ES:SI to point to the ECB structure.
> (snip)
>
> If you will be calling this routine a lot you could more efficiently
> allocate the block of low memory on initialisation, use it over and
> over again later on, and free the block on shutdown.
the other night i wrote a small library to do something like that. it is
very primitive, waiting for me to spend a few days on it but it seems to
work. take a look at http://www.people.cornell.edu/pages/asu1/dmm/
i would appreciate feedback.
--
Sinan
*******************************************************************
A. Sinan Unur WWWWWW
|--O+O
mailto:sinan DOT unur AT cornell DOT edu C ^
http://www.people.cornell.edu/pages/asu1/ \ ~/
Unsolicited e-mail is _not_ welcome, and will be billed for.
*******************************************************************
- Raw text -