installguide

来自「嵌入式系统的网络仿真」· 代码 · 共 26 行

TXT
26
字号
		     vnet install guide			06-06-20031 first you should make device node:#mknod /dev/net/vnet c 10 201#chmod 666 /dev/net/vnet2 make vnet.o#make vnet.o3 insmod vnet.o#insmod vnet.o4 in test directory, make tests the test vnet.o#cd test#make#testvnet1#...5 watch vnet info#more /proc/vnet/gif%d#tail -f /var/log/messagesnotice: skyeye/sim/arm/if_vnet.h and if_vnet.h should be the same file 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?