home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 640a.lha / Bovs_v2.0 / bovs.desc < prev    next >
Text File  |  1992-05-11  |  2KB  |  78 lines

  1. TITLE
  2.  
  3.     Bovs
  4.  
  5.  
  6. VERSION
  7.  
  8.     2.0 (release date April 10, 1992)
  9.  
  10.  
  11. AUTHOR
  12.  
  13.     Bryan Ford (bryan.ford@m.cc.utah.edu)
  14.  
  15.  
  16. DESCRIPTION
  17.  
  18.         Bovs (pronounced "boffs") is an overlay system designed to replace
  19. the standard overlay system supplied with SAS/C.  It acts as both overlay
  20. supervisor and startup code.  It offers a very flexible dynamic overlay
  21. system instead of the standard rigid hierarchial system, using locking and
  22. automatic flushing on low memory.  Startup code can auto-detach at the
  23. application program's option, and automatically parses command-line
  24. arguments under 1.3.  A separate version is included without overlay
  25. support (just startup code).  Bovs is intended especially for large
  26. applications which need flexible and efficient use of memory.  (It is used
  27. in my Shareware music player, MultiPlayer.)
  28.  
  29.         Note: Bovs comes with (and uses) MemMan, which is also distributed
  30. separately.  So if you want both, you only need to get Bovs.
  31.  
  32.  
  33. NEW FEATURES
  34.  
  35. 2.0 (10-Apr-92)
  36.     Removed the commercial license fee.  (All I require now for commercial use is a copy
  37.         of the commercial program when it is completed.)
  38.     Added PreStart call to allow program to avoid auto-detachment.
  39.     Added conditional assembly to allow Bovs to be assembled without auto-detach capability.
  40.     Changed 'argtemplate' to be a _pointer_ to a string, not an actual string.
  41.     Argument parsing on 2.0 now allows a client-defined extended help string ('argexthelp').
  42.     Renamed 'procname' to 'progname'.
  43.     Fixed a bug in setting priority when starting from Workbench.
  44.     Added 'argsparsed' flag which is set if the arguments were parsed with 2.0's ReadArgs().
  45.     Fixed a memory deallocation bug that could cause problems with programs linked in a
  46.         certain (unusual) way.
  47.  
  48.  
  49. REQUIREMENTS
  50.  
  51.     BLink from SAS/C 5.10, or a compatible overlay linker.
  52.  
  53.  
  54. HOST NAME
  55.  
  56.     amiga.physik.unizh.ch
  57.  
  58. DIRECTORY
  59.  
  60.     /amiga/new
  61.     /amiga/devel
  62.  
  63.  
  64. FILE NAME
  65.  
  66.     Bovs20.lha
  67.  
  68.  
  69. OTHER
  70.  
  71.     I'm also posting this on alt.sources.amiga.  If you have access to neither
  72.     FTP nor alt.sources.amiga, then send me a message and I'll E-mail you a
  73.     copy.
  74.  
  75.  
  76. DISTRIBUTABILITY
  77.  
  78.     Freeware.