00readme

来自「xen虚拟机源代码安装包」· 代码 · 共 40 行

TXT
40
字号
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 + =
减小字号Ctrl + -
显示快捷键?