]# make modules make -C kernel CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.18-3/include -Wall -Ws trict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -f no-common -Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -D MODVERSIONS -include /usr/src/linux-2.4.18-3/include/linux/modversions.h" MAKING _modules=1 modules make[1]: Entering directory `/usr/src/lin...
环境: i.MX31 kernel-2.6.16 arm-none-linux-gnueabi-gcc (gcc4.1.1,gcc4.1.2也用过) U-boot. 开发主机 FC8 我目前把 一个WIFI移植到 i.MX31上面,WIFI使用了sdio_lib.ko ,sdio_busdriver.ko,在编译的时候,需要在KERNEL中 增加 PnP模块支持,sdio_busdriver.ko才可以编译过去。 而我加了这个选项以后,启动的时候,跑到 Uncompressing the kernel...................................... booting the kernel. console里面...
import rrdtool rrdtool.create('sample.rrd','-s','600','-b','1216040637', 'DS:DS1:COUNTER:6000:0:100' ,'RRA:MAX:0.5:5:1000') 都得在'' 里面。。。。。。。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/32515/showart_1081728.html
试想测试一下modules,但编译出现
# make
make: Graph cycles through hello.o
make: don't know how to make hello.4. Stop
make: stopped in /workstation/modules
以下是code and Makefile
#include
http://www.phrack.org/phrack/62/p62-0x0a_Attacking_Apache_modules.txt
[code]
Volume 0x0b, Issue 0x3e, Phile #0x0a of 0x10
|=-=[ Attacking Apache with builtin modules in Multihomed Environments ]=|
|=----------------------------------------------------------------------=|
|=-----------------------=[ Andi
OpenBSD Loadable Kernel modules comments to peter_a_werner@yahoo.com http://www.deadly.org/article.php3?sid=20010812210650 Introduction From lkm(4): "Loadable kernel modules allow the system administrator to dynamically add and remove functionality from a running system. This ability also helps software developers to develop new parts of the kernel without constantly rebooting to test their ch...
比如/lib/modules/2.4.2-18/modules.dep /lib/modules/2.4.2-18/modules.pcimap 这类的文件的作用是什么,在什么时候使用他们呢,是在启动内核的时候,还是在别的什么时候?