📄 00readme
字号:
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -