|
发表于 2009-5-15 00:21:17
|
显示全部楼层
Post by nonplus;1987256
initrd.img并不是必须的,看看我的/boot下并没有。。。
另外,我属于小菜不是“老大”,“老大”是毁灭BZ,那才是大牛
悄悄说声,自己慢慢摸索吧,我的极限是1.7M,保证笔记本可正常工作
现在这么大主要是为了利用kms跟arch的启动脚本(自己修改,做了些处理实现启动过程并行处理^_^)
PS:痛苦并罪恶的校园网无线网络,最近不能上网,刚才用**转向实现上网。。。
更加罪恶的是宿舍竟然没有端口可以接网络。。。
Well, there are many factors can determine your kernel size such as no. of hardware supports, version of toolchain (binutils/glibc/gcc) and even the kernel can be chosen to "optimize for size" so that it is compiled against -Os instead of the standard optimization of -O2.
However, I always use -O3 to compile kernel to drive it into limits. Ha...Ha... |
|