home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11416 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.1 KB  |  27 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!kgw2!alb
  3. From: alb@xetron.com (Al Brunck)
  4. Subject: Network Redirector (Int 2f, Fcn 11h)
  5. Message-ID: <Bz9Kyw.zI@xetron.com>
  6. Sender: alb@xetron.com (Al Brunck)
  7. Organization: Xetron Corporation, Cincinnati, Ohio
  8. Date: Mon, 14 Dec 1992 19:32:55 GMT
  9. Lines: 16
  10.  
  11.  
  12. I am in a position in which I have to implement my own file system under DOS 5.0.
  13. This file system would be used for one device only (the normal DOS drives 
  14. would also be available).  The obvious way to do it is to place myself above
  15. DOS (Int 21), like Netware does.  However, it seems like it might be easier to
  16. create my own "Network Redirector" as described in the Schulman's "Undocumented
  17. DOS" book.  Apparently, Microsoft uses this for CD-ROM systems and network
  18. interfaces.  But the MS-DOS Programmer's Reference does not document it
  19. (although it is mentioned).
  20.  
  21. Has anyone successfully used this interface (Int 2F, Function 11) to
  22. create their own "Network Redirector" file system (besides
  23. the big guys)?  Is it documented anywhere besides Schulman's book?  Any
  24. information on experience with this interface would be appreciated.  Thanks.
  25.  
  26.  
  27.