home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / cbm / 5112 < prev    next >
Encoding:
Internet Message Format  |  1992-12-20  |  1.9 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!news.iastate.edu!iscsvax.uni.edu!gobeski8618
  2. From: gobeski8618@iscsvax.uni.edu (Steve 'Gobes' Gobeski)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: Make directory longer?
  5. Message-ID: <1992Dec17.224925.9497@iscsvax.uni.edu>
  6. Date: 17 Dec 92 22:49:25 -0600
  7. References: <1992Dec17.174154.992@gdwest.gd.com>
  8. Distribution: usa
  9. Organization: United Anarchists of the World Association, Inc.
  10. Lines: 24
  11.  
  12. In article <1992Dec17.174154.992@gdwest.gd.com>, stlucas@gdwest.gd.com (Joseph St. Lucas) writes:
  13. > Well, the reason I wanted to try to extend the 1541 directory is to find
  14. > my options available for a program I wanted to play with.  My 1581 has
  15.  
  16. How about using some flavor of GEOS VLIR (variable-length indexed record) file
  17. structure?  Plain old random files might work, too; it sounds like you might be
  18. doing something like this already (the bit about using extra sectors).
  19.  
  20. I would venture that the hardware dependencies are caused by doing BAM lookups
  21. to find free sectors.  Assuming the manual is correct (!) a way to get around
  22. hardware dependencies would be to use BLOCK-ALLOCATE to find your free sectors,
  23. supposedly if the requested block isn't available, an available block will be
  24. returned on the error channel.  I have no idea if it really works.
  25.  
  26. Enough rambling!!
  27.  
  28. -------------------------------------------------------------------
  29. | Steve "Gobes" Gobeski | GOBESKI8618@iscsvax.uni.edu             |
  30. |-----------------------------------------------------------------|  more
  31. | A BORING SIG IS WORSE | I don't believe the preachers           |  useless
  32. | THAN NO SIG AT ALL!!! | They're just sticking out they're hands |  wasted
  33. |-----------------------| I don't believe the government          |  space
  34. | useless, wasted space | Who the hell is this Uncle Sam?         |
  35. -------------------------------------------------------------------
  36.