This directory and its subs contain a dynamic graphics
package for a stand-alone GT40
(Who keeps such monsters?)

sys - minimum system for the GT40;
	the run file creats a 'gtsys' module,
	to be loaded as a startoff.
glib - graphic routines library;
	the run file creates a 'libg.a' library.
gt.h - basic graphic definitions.
glib.h - definitions used by Glib routines.
gops.h - definitions for Glib user programs.
ball.c, pool.c - sample programs.
gtld - shell file for compilation and loading of ball.c and pool.c

To run a program using the package:
cc -c your-prog.c
ld -s gtsys your-prog.o libg.a -lc -la
(gtld command file includes these commands)

Now load the GT40 from a.out using any magic you have,
and start at location 0.
