This directory maintains an example program for Operating systems 421 Fall 1998, for the third project (Simulation). Note that the following debugging functions are not used: dump_elist, dump_server, and dump_queue so they will generate warning messages at compile time. This program is an example of Discrete Event Simulation Program. Author Dr. Bill Maniatti (maniattb@cs.rpi.edu) '98 The programs include: driver.c - the source code makedriver - the makefile To Make (i.e., get the executable): make -f makedriver -f option tells you that the make executes the command from a file called makedriver.