home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / util / macenvy1.sit / MacEnvy.doc next >
Text File  |  1989-02-05  |  6KB  |  162 lines

  1. MacEnvy CDEV (Version 1.0)
  2. ==========================
  3. Written by Ken McLeod
  4. Copyright ⌐1989, Blue Cloud Software; All Rights Reserved
  5.  
  6. You may use and distribute MacEnvy at no charge, but you may not
  7. sell it, or collect money for its distribution (normal disk duplication
  8. fees excepted).  Anyone wishing to distribute MacEnvy along with any
  9. commercial or shareware software package may do so only with my express
  10. written consent.
  11.  
  12.  
  13. Purpose
  14. -------
  15.   The Macintosh today is a far cry from being the little beige appliance
  16. its creators envisioned.  There are now practically endless options for
  17. upgrading your Mac, whether it be a lowly 128/512K or a high-end IIx,
  18. to give it some new functionality.  With the large number of RAM upgrades,
  19. motherboard swaps, internal hard drives, ROM revisions, plug-in chips,
  20. cards, and boards, it can be difficult to tell "what's in the box" without
  21. physically opening the Mac and looking inside!
  22.  
  23.   MacEnvy was created, in short, to tell you exactly What's In The Box.
  24. It provides a concise display of all the major hardware you've got, along
  25. with information about your software environment, in one easily accessible
  26. place: the Control Panel.  Need to know if you've got the 'new' clock chip
  27. in your 512E?  Need to know if there's a 68851 PMMU chip in that Mac II?
  28. Can't remember when you last backed up your hard disk?  MacEnvy will tell you.
  29.  
  30.  
  31. System Requirements
  32. -------------------
  33.   This version of MacEnvy has two requirements:
  34.  
  35. 1)  A version of the Control Panel (3.0 or greater) which supports 'cdevs'
  36. 2)  A machine with the 128K (Mac Plus) ROM or greater
  37.  
  38.  Currently, MacEnvy makes use of some routines that are not available in
  39. the original (64K) Macintosh ROM.  This restriction may be removed in a
  40. future version; for now, I assume that if you've never upgraded your
  41. "classic Mac", you aren't running a System capable of supporting 'cdevs',
  42. and you already know exactly "what's in the box" anyway.
  43.  
  44.  
  45. Installing MacEnvy
  46. ------------------
  47.   Place the MacEnvy cdev file in your System Folder.  That's all there is
  48. to it; rebooting is not necessary.
  49.  
  50.  
  51. Using MacEnvy
  52. -------------
  53.   To use MacEnvy, select "Control Panel" from the Apple menu, then click
  54. on MacEnvy's icon in the Control Panel's scrolling list.  MacEnvy's display
  55. is divided into two "pages", one for hardware and one for software.  Clicking
  56. on the appropriate button will display that "page" of information.
  57.  
  58.  
  59. What MacEnvy Tells You, pt.1:  Hardware
  60. ---------------------------------------
  61.   - Memory
  62.       The amount of RAM installed in your Macintosh.
  63.   - Processor
  64.       The type of microprocessor chip installed.
  65.   - Coprocessor
  66.       The type of floating-point coprocessor chip installed (if any).
  67.   - PMMU Chip
  68.       The type of Paged Memory Management Unit installed (if any).
  69.   - Monitor
  70.       The size (in pixels) of your Macintosh's main display device.
  71.   - Resolution
  72.       The number of pixels per inch, horizontally & vertically.
  73.   - Graphics
  74.       The display graphics model used (i.e. QuickDraw, Display PostScript).
  75.   - Keyboard
  76.       The type of keyboard attached to your machine.
  77.   - Disk Drives
  78.       The number and type of storage devices connected.
  79.   - SCSI Port
  80.       Whether or not SCSI is available on your machine.
  81.   - PRAM Info
  82.       The type and size of the clock chip in your Macintosh.
  83.   - ROM Info
  84.       The size, version, and revision number of your machine's ROM.
  85.  
  86.  
  87. What MacEnvy Tells You, pt.2:  Software
  88. ---------------------------------------
  89.   - System
  90.       The version number of the System file currently in use.
  91.   - Finder
  92.       The version number of the Finder currently in use.
  93.   - MultiFinder
  94.       The version number of MultiFinder, if currently in use.
  95.   - File System
  96.       The file system currently in use (i.e. HFS, MFS, A/UX).
  97.   - Boot Volume
  98.       The name and capacity of the default (startup) volume.
  99.   - Volume Use
  100.       The number of files and free space on the default volume.
  101.   - Last Backup
  102.       The date when the default volume was last backed up, and the
  103.       number of days elapsed since then. (Note: the Macintosh's system
  104.       clock must be set correctly in order to make this meaningful!)
  105.   - Current App
  106.       Name of the "shell", or program, that launched the Control Panel.
  107.   - User Name
  108.       Name that the System uses for your machine when printing, etc.
  109.       The User Name is set via the Chooser desk accessory.
  110.   - Printing To
  111.       Name of the device to which your system is configured to print.
  112.   - AppleTalk
  113.       The version number of the AppleTalk driver, if AppleTalk is on.
  114.   - SysEnvirons
  115.       The highest available version number of SysEnvirons (a programming
  116.       function supported in System software).
  117.  
  118.  
  119. Changes since 1.0d8
  120. -------------------
  121.   -- 11 new categories of info have been added.
  122.   -- fixed problem with display of 3-digit version numbers
  123.      (e.g. "6.0.2")
  124.   -- fixed problem where the Control Panel's background pattern
  125.      was trashed on multi-bit monitors after a call to ScrollRect.
  126.   -- the problem with recognition of separate numeric keypads
  127.      on 128K ROM Macs appears to be fixed now.
  128.   -- removed code which made bad assumptions about future
  129.      versions of the SysEnvirons call.
  130.   -- added the recommended check for MacWorks Plus.
  131.   -- added check for A/UX (A/UX 1.1 supports DAs & cdevs)
  132.   -- changed Macintosh SE icon to look more like an SE.
  133.   -- the Macintosh IIx and SE/30 are now recognized.
  134.   -- made Life more sensitive to a mouse click.
  135.   -- the "Life" world is now toroidal (it wraps around).
  136.  
  137.  
  138. Future Enhancements
  139. -------------------
  140.   Many people have offered helpful feedback since MacEnvy 1.0d8
  141. first appeared on the networks several months ago.  Some of those
  142. suggestions appear in this version; others are yet to be implemented.
  143. Planned enhancements for the next release of MacEnvy include:
  144.  
  145.   -- use of STR# resources to allow customization/translation
  146.   -- display of slot usage (on machines with slots)
  147.   -- recognition of international (non-U.S.) environments
  148.   -- (and, of course...) support for new machines as they appear
  149.  
  150.  
  151. Comments, Suggestions, Etc.
  152. ---------------------------
  153.   If you have bug reports or suggestions, I can be contacted via
  154. electronic mail at:
  155.  
  156.   felix!dhw68k!thecloud@ics.uci.edu      (UUCP)
  157.   thecloud@dhw68k.cts.com                (InterNet)
  158. or
  159.   The AppleBus BBS    (818) 919-5459     (box #8, or feedback to sysop)
  160.  
  161.   Sorry, no high-priced CompuServe or AppleLink addresses (yet).
  162.