编译了2。4。18的内核
执行了
make xconfig 选择 tun/tap
make dep
make clean
make bzImage
make modules
结果提示:
make[1]:nothing to be done for 'modules'
我找到tun.o,拷贝到/lib/modules/2.4.21-9.EL/kernel/drivers/net 下,修改了属性“执行”。
执行:insmod tun.o
系统提示:
tun.o:couldn't fine the kernel version the module was complied for