readme

来自「r6040驱动」· 代码 · 共 17 行

TXT
17
字号
README------This is a RDC R6040 PCI FastEthernet Driver for Linux 2.4(2.4.22 and above) and 2.6.The driver contains two makefiles, Makefile-2.4 and Makefile-2.6, for the kernel2.4 and 2.6 respectively. In other words, when you compile the module with thesource trees of Linux kernel 2.4, you should use Makefile-2.4 as the make-file, and vice versa.For kernel 2.4# make -f Makeifle-2.4 KDIR=/usr/src/linux-2.4For kernel 2.6# make -f Makeifle-2.6 KDIR=/usr/src/linux-2.6

⌨️ 快捷键说明

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