Altogether: Xerox Alto microcode-level simulator
README
$Id: README 120 2004-12-31 19:32:56Z eric $
Copyright 2003, 2004 Eric Smith <eric@brouhaha.com>

Altogether is a microcode-level simulator of the Xerox Alto
personal workstation.  The Altogether home page is:
    http://altogether.brouhaha.com/

For information about the Xerox Alto, see Al Kossow's Xerox Alto Archive:
    http://www.spies.com/~aek/alto/

Altogether is in an early stage of development.  The basic CPU
and display simulation are completed and partially tested, but the
keyboard, mouse, disk, and ethernet simulations have not yet been
implemented.

Altogether is written in the standard C programming language per
ISO/IEC 9899:1999.  It may not compile without minor changes on
compilers that are not C99 compliant.

Altogether currently is developed and tested on Fedora Core 3 Linux
using GCC 3.4.2.  The graphical interface is based on GTK+ 2.4.
Building Altogether is done using SCons rather than make.

Altogether is intended to be relatively easy to port to other platforms,
but no such ports have been created yet.

Altogether is licensed under the terms of the Free Software Foundation's
General Public License version 2.  For details, see the file COPYING in
the Altogether distribution.
