This document provides steps for adding a new routing protocol called MYPROTOCOL to the GloMoSim simulator. It involves modifying files like Makent.bat, Application.pc, Nwcommon.h, Network.h, and Nwip.pc to include the new protocol. Specific changes include adding code for initializing, finalizing, and handling events and packets for the new protocol. The protocol code is defined in separate files Myprotocol.pc and Myprotocol.h. Compiling is then done using Makent.bat on Windows or make on Linux to include the new protocol in the simulator build.