how to compile TCP_cubic.c

634 Views Asked by At

I'm very new to the Linux kernel. I need modify the tcp cubic algorithm. What's the best way to recompile tcp_cubic.c? Download the kernel source file and recompile the entire kernel?

1

There are 1 best solutions below

2
On BEST ANSWER

Make your changes, go to the linux directory (top level of the kernel source), and do

make modules bzImage