FILES			this file giving summary of changes to files
CRCS			checksums for files in the package
README			overall description and installation instructions
TUTORIAL		tutorial in concepts and usage of graphics routines

fs/table.c.cdif		diff of table.c: add graphics device interface

kernel/makefile.cdif	diff of makefile: add graphics device files
kernel/makefile.cpp.c	diff of makefile.cpp: add graphics device files
kernel/makefile.new	complete copy of new makefile
kernel/makefile.cpp.n	complete copy of new makefile.cpp
kernel/cstart.c.cdif	diff of cstart.c: get rom character table address
kernel/glo.h.cdif	diff of glo.h: add external symbol rom_char_addr
kernel/klib386.x.cdif	diff of klib386.x: add put_byte routine
kernel/proto.h.cdif	diff of proto.h: add graphics task definition
kernel/start.x.cdif	diff of start.x: add get_rom_char_addr definition
kernel/start.x.insert	insert for start.x: add get_rom_char_addr routine
kernel/table.c.cdif	diff of table.c: add graphics task definitions
kernel/tty.c.cdif	diff of tty.c: make non-blocking reads work
kernel/graph_dev.h	new: global definitions for graphics device
kernel/graphics.c	new: graphics device driver
kernel/graph_clip.c	new: clipping routines
kernel/graph_gen.c	new: generic drawing routines
kernel/graph_main.c	new: top-level drawing routines
kernel/graph_ega.c	new: EGA graphics high-level routines
kernel/ega.x		new: EGA graphics assembly routines
kernel/cursor_gen.c	new: software cursor routines

server/makefile		new: makefile to build graphics server library
server/graph_serv.h	new: global definitions for graphics server
server/client.c		new: routines called by client programs
server/serv_dev.c	new: interface routines to kernel graphics device
server/serv_event.c	new: event routines
server/serv_func.c	new: interface routines to call graphics server
server/serv_main.c	new: graphics server initialization
server/serv_util.c	new: utility routines for graphics server
server/keyboard.c	new: keyboard interface
server/mouse.c		new: mouse high-level interface
server/mousedev.c	new: mouse low-level interface

clients/makefile	new: makefile to build client programs
clients/demo.c		new: demonstration program for graphics
clients/tm.c		new: utility to reset terminal back to text mode

include/graphics.h	new: public include file in /usr/include
include/graph_msg.h	new: server/kernel include file in /usr/include/minix

cpp/cpp5.c.cdif		diff of cpp5.c: fix for undefined symbol errors
cpp/cpp5.c.cdif		diff of cpp5.c: fix for misquoted string errors
