The following steps will guide you to unzip and run the simulation in the unix lab(GITC 2nd floor, Room 2305): Ms Gonzalez (kg5@njit.edu) has succeeded in running the simulation on afs and has volunteered to help other students. (ONLY with the afs part). Steps: 1. Log into the machine by entering your afs user name(same as your UCID) and password. 2. Right click on desktop, choose "console" under shell windows. 3. Right click on desktop, choose "web browser" under links. 4. Go to Prof.Ott's web page on Simulation of Go back n. (Say to ``Old Simulation''). Click on the zipfile link. It will prompt to save the file. Choose a folder to save it. It will save the file in your afs account (which is available as H:/ in other windows PC's on campus). 5. Go to the console window. Go to the directory where you saved the zip file. 6. Type unzip This will unzip files into the same directory where your zip file is present. 7. To compile and create an executable: Type, (one line, no returns!) CC -o event.cpp link.cpp node.cpp framebuffer.cpp PQE.cpp simulator.cpp 8. To run the executable file, Type, > output The output statements of the simulator will be sent to the file named output. 9. You can see the contents of the output file by typing pico output 9A. Even easier may be more output . 10. To give different input values, change the values in the input.h file and redo steps 7 - 9. (Students who have never used an editor on afs may need help here). You can use any editor, like vi , emacs , pico , ed , ... . To get the ``manual'' for an editor, type (e.g.) man pico . To find out more about the ``more'' command, type man more . 11. To quit, type exit in the console window. 12. To log out, Right click on desktop and click on logout.