home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / pcnet / 70 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.2 KB

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