home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / machinfo.zip / MACHINFO.DOC < prev    next >
Text File  |  1986-04-27  |  1KB  |  34 lines

  1.   PROGRAM  MachineInformation;
  2.  
  3.   By:  Drew O. Letcher
  4.        Iowa City, IA
  5.        April, 1986
  6.  
  7.   Figures out your machine configuration including:
  8.      Machine Type
  9.      BIOS Version Date
  10.      Amount of Memory - Dip switches, tested, available to DOS
  11.      Number and Size of Disk Drives
  12.      Number and Size of Hard Drives
  13.      Adapter Boards Installed
  14.      Monitor Mode
  15.      Video adpaters including Hercules and EGA
  16.      DOS version
  17.  
  18.   These routines try to use the highest level access to the system that is
  19.   possible.  In this order:
  20.        DOS services
  21.        BIOS services
  22.        System Data Area
  23.        Chip registers
  24.  
  25.   I wrote this program as a programming tool.  A good program should try to
  26.   figure out as much about its environment as possible.  Having to ask users
  27.   for info about the system is a nuisance and unreliable.
  28.  
  29.   I've found the program also comes in handy if you work on many different
  30.   PC's and you'd just like to know how their equipped.
  31.  
  32.   Use this program and source code freely.
  33.  
  34.   Drew O. Letcher