home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume25 / ofiles2 / README < prev   
Text File  |  1991-12-19  |  1KB  |  29 lines

  1. This is a heavily reworked version of ofiles. Ofiles shows identifys the
  2. opener of a file.
  3. It was modified to be more portable and is known to work on several
  4. architectures :
  5.     - Suns 3 and 4 under SunOs from 3.0 to 4.1.1
  6.     - Sony 1xxx 68k under newsOS 3.0 to 4.0
  7.     - Sony 3xxx RISC under newsOS 3.5 to 4.0
  8.     - Decstation 3100 under Ultrix 2.2 to 4.1
  9.     - Pyramid OSX 5.0 (with vtophys.c from OSX sources)
  10.     - Vax BSD4.3 and Ultrix
  11.     - Sequent DYNIX 3.0
  12. This is a heavily reworked version of ofiles. Ofiles shows identifies the
  13. opener of a file.
  14. It has proved to be very portable, and should work on many other
  15. architectures if you mess a little bit with the #defines. The code base is
  16. all there, but it needs configuration.
  17.  
  18. There is no makefile because it is so simple to compile. You just need to
  19. provide the right libraries :
  20. Sun:
  21.     cc ofiles.c -o ofiles -lkvm
  22. Sony:
  23.     cc ofiles.c -o ofiles -lmld
  24. It needs two things : a symbol extraction library and a kernel memory access
  25. library. On most systems one or the other is already in the libc.
  26.  
  27.  
  28. Send Bugs and comments to ehrlich@margaux.inria.fr.
  29.