?? 00readme
字號(hào):
Vnet module for network virtualization.Mike Wray <mike.wray@hp.com>*) CompilingThe vnet module can be compiled for 2.4 or 2.6 series kernels.The makefiles use the following variables, whichcan be set in your env or on the make command line:LINUX_SERIES: linux release to compile for: 2.4, or 2.6 (default).XEN_ROOT: root of the xen tree containing kernel source.KERNEL_VERSION: kernel version, default got from XEN_ROOT.KERNEL_SRC: path to kernel source, default build-linux-<VERSION> under XEN_ROOT.*) For 2.4 kernelTo compile from scratch:make cleanmake LINUX_SERIES=2.4This will build vnet_module.o in the current directory.To install the module usemake LINUX_SERIES=2.4 install*) For 2.6 kernelTo compile from scratch:make cleanmakeThis will build vnet_module.ko in the current directory.To install the module usemake install
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -