home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0163.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  746 b   |  19 lines

  1. Well, it sounds to me like zlibc is a good one. You don't have to use
  2. it unless you want to and that's nice for everyone. The issue of compressed
  3. executables is interesting too, but I think the zlibc idea is a more
  4. general solution for the problem of resources. You just compress up
  5. the data files and let the library handle them transparently. 
  6.  
  7. BTW, it occurs to me that compressed executables could be implemented
  8. with the following scheme (ugly, but easy). Compress the command,
  9. create an alias or shell function for that command which would uncompress
  10. the command to run it (from /tmp or something). This is kludgy, but
  11. does not require any changes to the kernel, the filesystem, or the
  12. libraries. Right?
  13.  
  14. Thinking out loud again :-)
  15.  
  16. Rob
  17.  
  18.  
  19.