home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / util / wb / systemprefs / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  2KB  |  72 lines

  1. .name
  2. SystemPrefs
  3. .type
  4. OS Utility
  5. .short
  6. Preferences for CPU and RAMSEY
  7. .description
  8. This is a preference editor for steering the processor caches,
  9. RAMSEY, VBR and Audio Filter.
  10.  
  11. Main features:
  12.  
  13. - Font adaptive GUI
  14. - Supports Instruction- and Data-Caches, Copyback, Write Allocate
  15. - Supports RAMSEY FastMode (60ns RAM access --> SPEED! :-)
  16. - Supports audio filter
  17. - Supports VBR to Fast RAM
  18. - Sets up while startup
  19. - Comes with a nice preferences icon... :-)
  20. - Does now even have an English guide :-)
  21. .version
  22. 2.20
  23. .date
  24. 1995.06.18
  25. .author
  26. Richard Körber
  27. .requirements
  28. Requires OS 2.04+, (opt. locale), 68010+ should be present
  29. .distribution
  30. Freeware
  31. .address
  32. Hornstraße 20
  33. 51465 Bergisch Gladbach
  34. Deutschland
  35. .email
  36. shred@tfh.dssd.sub.org      (Germany) or
  37. shred@eratosth.wwb.sub.de   (international)
  38. .docs
  39. SystemPrefs.guide
  40. SystemPrefsE.guide
  41. .described-by
  42. Dan Fish (daf@starfish.amigalib.com)
  43. .submittal
  44. Downloaded via ftp from wuarchive.wustl.edu.
  45. .execute
  46. LAB Start
  47. set choice `RequestChoice "System Prefs" "Please select an option" "English Guide" "Deutsch Guide" "Install" "Run" "Cancel"`
  48. if $choice GT "0"
  49.   if $choice EQ "1"
  50.     MetaTool SystemPrefsE.guide GUIDE
  51.   else
  52.     if $choice EQ "2"
  53.       MetaTool SystemPrefs.guide GUIDE
  54.     else
  55.       if $choice EQ "3"
  56.         Installer Install System AVERAGE AVERAGE
  57.       else
  58.         if $choice EQ "4"
  59.           assign locale: "" ADD
  60.           assign libs: libs/ ADD
  61.           System
  62.           assign locale: "" REMOVE
  63.           assign libs: libs/ REMOVE
  64.         endif
  65.       endif
  66.     endif
  67.   endif
  68.   skip Start BACK
  69. endif
  70. .aminet-dir
  71. util/wb
  72.