home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / novell / 9597 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.2 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!haven.umd.edu!decuac!pa.dec.com!nntpd2.cxo.dec.com!nntpd.lkg.dec.com!ryn.mro4.dec.com!vbohub.vbo.dec.com!jeremy.enet.dec.com!nimrod
  2. From: nimrod@jeremy.enet.dec.com
  3. Newsgroups: comp.sys.novell
  4. Subject: Writing ODI drivers in C
  5. Message-ID: <1992Nov17.164140.27337@vbohub.vbo.dec.com>
  6. Date: 17 Nov 92 16:41:40 GMT
  7. Sender: usenet@vbohub.vbo.dec.com (USENET News System)
  8. Reply-To: nimrod@jeremy.enet.dec.com ()
  9. Organization: Digital Equipment Corporation
  10. Lines: 20
  11. Nntp-Posting-Host: dec: .isv.jeremy
  12.  
  13.  
  14. Hello,
  15.  
  16. I'm going to write client ODI driver. I would like to hear and get tips about
  17. your experience in writing this kind of driver in C (TURBO-C).
  18.  
  19. The interface between HSM (my part in the driver) and MSM and TSM is defined by
  20. Novell. This interface is assembly style (parameters are passed by registers in
  21. both call and return directions).
  22.  
  23. I thought about having assembly routines which will satisfy the Novell defined
  24. interface and from there call C using the standard C interface.
  25.  
  26. Does any of you have experience with this kind of interface in ODI?
  27. If so, is it possible to share it and get pointers to it?
  28. What problems do you think I might have?
  29.  
  30. I'll appreciate any information.
  31.  
  32. /Nimrod Diamant
  33.