home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / memmanagement / addrdev_2 < prev    next >
Text File  |  1999-04-27  |  2KB  |  46 lines

  1. Title:            ADDRDEV
  2. Author:            Kade Hansson <kade_fh@postoffice.utas.edu.au>
  3. Version:        1.32
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Kade Hansson <kade_fh@postoffice.utas.edu.au>
  8. Date:            07/09/97
  9. Keywords:        Memory management software ; File managers
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/e147
  17. Date mounted/updated:    16/09/97
  18. File names:        addrdev.arc
  19. Unarchived files:    2
  20. Unarchived size:    17 kbytes
  21. Omissions:        
  22. See also:        
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. The Kasoft AddressDevice module provides a filing system "address" which
  35. allows blocks of memory treated as files. The filing system behaves like a
  36. system device in many respects.
  37.  
  38. The filing system special field (introduced by a "#" symbol after the filing
  39. system name) gives the address of the memory containing the file block. The
  40. address field is parsed by OS_ReadUnsigned with base 16 (hexadecimal) assumed.
  41.  
  42. Filenames on "address" are ignored, and usually null filenames are used. The
  43. behaviour of "address" is like that of a file with no name, so that
  44. "address#8000:" and "address#9000:" are different files, even though they
  45. share the same (null) filename.
  46.