home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / tcpip / ibmpc / 4767 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!gatech!darwin.sura.net!haven.umd.edu!news.umbc.edu!math15.math.umbc.edu!kchen
  3. From: kchen@math15.math.umbc.edu (Kan Chen (GS))
  4. Subject: Need help in packet driver
  5. Message-ID: <1992Aug17.195824.19635@umbc3.umbc.edu>
  6. Originator: kchen@math15.math.umbc.edu
  7. Sender: newspost@umbc3.umbc.edu (News posting account)
  8. Organization: Department of Mathematics, University of Maryland Baltimore County
  9. Distribution: usa, canada
  10. Date: Mon, 17 Aug 1992 19:58:24 GMT
  11. Lines: 19
  12.  
  13. I  am writing a application using WATCOM's C386 in the DOS4G extender.
  14. I fails to install a packet receive function by using access_type(). It
  15. seems to me the problem is that the Packet driver was runing under real
  16. mode and it can't address the receive function which is in protected
  17. mode (offset > 1MB).
  18.  
  19. Is there any experienced  know how to registor a packet receive function
  20. in the access_type()? Is there a way to force a receive function address
  21. under 1MB in WATCOM C386, or install a protected mode function(I mean
  22. address > 1MB) to a packet driver?
  23.  
  24. Thanks for your time  and helpness.
  25.  
  26. you may response to kchen@math15.math.umbc.edu, and I will post
  27. instereted answers or, answer on the news group.
  28.  
  29. Kan Chen
  30. kchen@math15.math.umbc.edu
  31. Tel: (410)955-4320
  32.