home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / ftp-102.zip / ftape-1.02 / README-alpha < prev    next >
Text File  |  1992-10-14  |  2KB  |  43 lines

  1. -*- Text -*-
  2.  
  3. Hello,
  4.  
  5. This is the first alpha test release of ftape, a QIC-40/80 device
  6. driver.  Below are some general instructions and hints on how to
  7. proceed.
  8.  
  9. Please direct questions about the driver that you feel other testers
  10. should read to
  11.  
  12.     tape-alpha@gnu.ai.mit.edu
  13.  
  14. I can be reached at either dbrown@ucsd.edu, or dbrown@gnu.ai.mit.edu.
  15.  
  16. - I recommend starting by looking in the vd directory.  Although the
  17. code is scattered, and probably not that portable, it might be very
  18. helpful to get the dynamic loading working with your os.  If you have
  19. any success here, please send my anything you did to make it work.
  20. Also, feel free to ask questions about this.
  21.  
  22. - The next thing to work on is the driver.  Theoretically, you should
  23. only have to change kernel-interface.c to support a different os, but
  24. I know this is not true.  The program userft should help get the thing
  25. running.  It provides simple access to some commands.  I don't
  26. recommend working on this stuff with a tape that has data you care
  27. about on it.  Note that the memory mapping stuff in the
  28. kernel-interface.c is not used by anything now, so you don't need to
  29. make it work.
  30.  
  31. - Once (and if) you get the driver working, you can then tackle the
  32. qic program.  This should be a lot easier to port.
  33.  
  34. - Let me know how things work.
  35.  
  36. When you report changes, I prefer either context or unidiff files.
  37. You might want to mention in the patch what version is in version.mk
  38. so I know what to compare the diffs with.  I will have all previous
  39. revisions of the software available to me here.
  40.  
  41. Thanks
  42. Dave
  43.