代码: 全选
[hunt@bubble source]$ grep -c "=m" 2.6.26.3.config
26
[hunt@bubble source]$ grep -c "=y" 2.6.26.3.config
295
[hunt@bubble source]$ ls /boot/vmlinuz -all
-rw-r--r-- 1 root root 1454832 09-04 00:04 /boot/vmlinuz
代码: 全选
[hunt@bubble source]$ grep -c "=m" 2.6.26.3.config
24
[hunt@bubble source]$ grep -c "=y" 2.6.26.3.config
304
[hunt@bubble source]$ ls /boot/vmlinuz -all
-rw-r--r-- 1 root root 1611024 09-04 02:16 /boot/vmlinuz

新版本干脆把我需要常驻内存的东西都编译进内核了,感谢qiangliu的建议,把snd_oss也编译进去以解决声卡独占问题,还加进原来被我强制删除的drm...大了1.5M...不过现在lsmod是一片空白了

目前硬件一切正常,差摄像头还没测试,不过应该没多大问题,摄像头要的都M了...
最新情况
代码: 全选
[hunt@bubble ~/source/xu/source]$ O_< grep =y 2.6.26.3.config -c
305
[hunt@bubble ~/source/xu/source]$ O_< grep =m 2.6.26.3.config -c
31