home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / programm / 17549 / text0000.txt < prev   
Encoding:
Text File  |  1992-12-21  |  1.8 KB  |  39 lines

  1. In article <1992Dec15.110215.18810@odin.diku.dk> bombadil@diku.dk (Kristian Nielsen) writes:
  2. > ry53@rz.uni-karlsruhe.de (Angela Schmidt) writes:
  3. >
  4. > >In article <37848@cbmvax.commodore.com>, jesup@cbmvax.commodore.com (Randell Jesup) writes:
  5. >
  6. > >Here is a part of <dos/dosextens.h>. Please have a look at the commented
  7. > >line. Doesn't this say, that there has to be a fssm in dol_Startup?
  8. > >Or are there disks which are no real disks...?
  9. >
  10. > Yes. For example the RAM: disk, or XFH:, or some network file systems
  11. > apparently (?).
  12.  
  13. The network file-system I have heard about which does this is a custom
  14. designed job on one of my beta-tester's machines.  I haven't seen it
  15. myself but apparently it is actually a handler which expects a BSTR
  16. much like your XFH-Handler does.
  17.  
  18. > Anyway, I'd be VERY interested in any opinions on the best way to solve
  19. > this problem (ie. how to pass information to a file system handler that
  20. > cannot provide a valid FSSM). My current approach is to overwrite the
  21. > 'Startup' field in the device node with NULL (!), which is a terrible
  22. > hack IMHO.
  23. >
  24. >     - Kristian.
  25.  
  26. Actually I like this idea a lot and wish that everyone who needed to
  27. pass something other than a FSSM would use it.  Its trivial to filter
  28. out a NULL pointer but apparently impossible to 100% reliably filter
  29. out non-FSSM pointers.  At least for my application finding a NULL here
  30. would not cause any problems.
  31.  
  32. --
  33. ------------------------------------------------------------------------------
  34. Christopher A. Wolf   mail: chris@alchemy.tn.cornell.edu   IRC: cwolf (#amiga)
  35.  
  36. The rec.arts.sf.starwars Frequently Asked Question List is available via anon.
  37. FTP from the Star Wars archive site at wpi.wpi.edu. "May the FAQ be with you!"
  38. ------------------------------------------------------------------------------
  39.