Welcome to Durvasa, a Pentium emulator written under the LINUX operating system using C++. To install Durvasa, first you will have to unpack and install the ELF library. This can be done as follows, 1) Log into Linux as the 'root' user, 2) Put the 'libelf-0.7.0.tar.gz' file into a seperate directory, e.g. in the 'libelf' directory. The place you put this isn't critical. 3) Unpack this with the two commands following gunzip libelf-0.7.0.tar.gz tar -xvf libelf-0.7.0.tar 3) Go to this directory and issue the command ./config 4) After this is finished (This may take a while), issue the command make 5) Issue the command make install - The ELF library is installed now, so next you need to install Durvasa. 1) Put the 'source.tar.gz' file into a seperate directory, e.g 'durvasa' 2) Unpack this with the two commands following gunzip source.tar.gz tar -xvf source.tar 3) Issue the command make 4) The emulator can be run by typing ./durvasa *object file*, where *object file* is the name of the ELF object file that you wish to emulate. Currently 2 object files are included, add.o and print.o. The add.o file emulates corectly, but the print.o object file doesn't quite emulate properly yet, but this is very close to working.