cd /usr/src/linux/configs
cp kernel-X.X.X-X.i686.config ../.config
cd /usr/src/linux
make oldconfig
make dep
Above creates all the dependencies corresponding to your configuration.
5. This would be enough for you to compile and install NIST Net.
tar -xvzf nistnet.2.0.12b.tar.gz
Which creates a Nistnet.x folder , in my case the folder was nistnet.2.0.12b.
You can also check the NISTNet readme file for more information on installation using “vi Nistent.2.0.12b/readme.nistnet”.
6. run the ./Unpatch.Kernel to remove the old patches in the same nistnet.2.0.12b directory.
7. Go to the nistnet directory, in our case, it’s nistnet.2.0.12b.
./configure
- Decide whether or not you want support for explicit congestion notification processing. Yes.
- Decide whether you want COS (class of service) selection support. Yes.
- You will also be prompted for Experimental mode.
8. Then build the Nistnet module
|