/*-------------------------------------------------------------------------*\
 LINUX_LOGO 1.0 -- Creates a Nifty Logo With some System Info - 18 July 1997
     by Vince Weaver (weave@eng.umd.edu, http://www.glue.umd.edu/~weave )

UPDATED VERSION:  Now runs on many platforms, including Linux, Irix, and many
                  others.
		  
This program creats a colored ansi logo and displays some system information.

I originally wrote this to show a linux penguin upon boot-up (in user-space)
     but the applications for this have grown.  Many people use it to
     display on terminals before/after login, and for many other 
     interesting purposes.  It is easy to pipe it to /etc/motd or
     /etc/issue to get an interesting and informative login screen.
     
Originally written for Linux (getting system info from /proc) it now
     moslty supports Irix (with its own graphics and system info)
     and most other standard Unixes (although without pretty pictures).
     
Linux_Logo is very easy to customize; people with other OS's feel free
     to desing ansi logos and I can incude them in the next distribution.

NEW FEATURES:
      Offset (shift the output to the right n number blank spaces)
      Irix Support
      Improved Atari m68k Linux support
      Modularized code, easier (hopefully) to customize.
      Custom ANSI's can easily be used instead.
      Platform Independent
      
BUGS: Irix port only tested on single-CPU Indigo 2's and Indys
      Can't detect CPU type on non-linux/irix systems.
      BogoMips check is slow on non-Linux platforms (use -s option to skip)
      Currently ansi's can't use ^[ (two separate charaters) in a picture.

WHERE TO GET LINUX_LOGO:
  http://www.glue.umd.edu/~weave/vmwprod/linux_logo-1.0.tar.gz
  http://sunsite.unc.edu/pub/Linux/Incoming/linux_logo-1.0.tar.gz -- at first
  http://sunsite.unc.edu/pub/Linux/logos/linux_logo-1.0.tar.gz 

Check out other software by me at http://www.glue.umd.edu/~weave/vmwprod
