home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.protocols.tcp-ip.ibmpc
- Path: sparky!uunet!gatech!darwin.sura.net!haven.umd.edu!news.umbc.edu!math15.math.umbc.edu!kchen
- From: kchen@math15.math.umbc.edu (Kan Chen (GS))
- Subject: Need help in packet driver
- Message-ID: <1992Aug17.195824.19635@umbc3.umbc.edu>
- Originator: kchen@math15.math.umbc.edu
- Sender: newspost@umbc3.umbc.edu (News posting account)
- Organization: Department of Mathematics, University of Maryland Baltimore County
- Distribution: usa, canada
- Date: Mon, 17 Aug 1992 19:58:24 GMT
- Lines: 19
-
- I am writing a application using WATCOM's C386 in the DOS4G extender.
- I fails to install a packet receive function by using access_type(). It
- seems to me the problem is that the Packet driver was runing under real
- mode and it can't address the receive function which is in protected
- mode (offset > 1MB).
-
- Is there any experienced know how to registor a packet receive function
- in the access_type()? Is there a way to force a receive function address
- under 1MB in WATCOM C386, or install a protected mode function(I mean
- address > 1MB) to a packet driver?
-
- Thanks for your time and helpness.
-
- you may response to kchen@math15.math.umbc.edu, and I will post
- instereted answers or, answer on the news group.
-
- Kan Chen
- kchen@math15.math.umbc.edu
- Tel: (410)955-4320
-