home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / apple2 / 19877 < prev    next >
Encoding:
Text File  |  1992-09-07  |  1.3 KB  |  30 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!news.claremont.edu!nntp-server.caltech.edu!toddpw
  3. From: toddpw@cco.caltech.edu (Todd P. Whitesel)
  4. Subject: Re: Apple II RWTS codes.
  5. Message-ID: <1992Sep4.233826.8496@cco.caltech.edu>
  6. Sender: news@cco.caltech.edu
  7. Nntp-Posting-Host: punisher
  8. Organization: California Institute of Technology, Pasadena
  9. References: <philip.714873752@labtam> <1992Aug27.062300.4071@ee.rochester.edu> <philip.714956159@labtam> <1992Sep4.004321.7071@fawlty.towers.oz.au>
  10. Date: Fri, 4 Sep 1992 23:38:26 GMT
  11. Lines: 17
  12.  
  13. johnmac@fawlty.towers.oz.au (John MacLean) writes:
  14.  
  15. >However, since they pack so much on a track, you couldn't possibly have
  16. >a real file system sitting on top, as the simple overheads of calling
  17. >a RWTS routine would mean you would miss the next block (assuming 1-1
  18. >interleave).
  19. >What he did was to have calls to his RWTS that let you read/write N
  20. >blocks starting at block A on track T.
  21.  
  22. This is not a problem -- have your file manager analyze the block numbers and
  23. when it finds a straight run it makes a single call and that's that. Since all
  24. GS/OS drivers are designed to take a starting block and byte count, the ProDOS
  25. FST already does this sort of analysis. The HFS FST has it built in to the
  26. filesystem.
  27.  
  28. Todd Whitesel
  29. toddpw @ cco.caltech.edu
  30.