|
发表于 2005-11-22 20:12:22
|
显示全部楼层
only a module,
试了直接cp编译好的ko文件到/lib/modules…和make module install
If you make only a module , the System.map in your /path/to/kernel/src/ will only contain one module map which was built before, in other words, the modules in the /lib/modules/2.x.x which were there before will be fully lost. cp it to the /lib/modules/2.x.x/ and modprobe....... is a good way.
If you make the whole kernel(include the bzImage, the modules), then make modules_install
Here is a usefull link , good luck ^-^
http://www.chinaitlab.com/www/news/article_show.asp?id=37488 |
|